Graphs in SAS || CHARTS, GCHART, PLOT, GPLOT, SGPLOT in SAS University Edition || Figures in SAS

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 15

  • @anuradhadontha6227
    @anuradhadontha6227 8 місяців тому

    Thank you Chandana! I am new to SAS programming and your videos are simple and easy to understand. I am planning to prepare for Certification. Can you provide any certification dumps?

  • @moushmi_nishiganddha
    @moushmi_nishiganddha 3 роки тому

    thank u ... it was really helpful

  • @RinaMajumder-s5b
    @RinaMajumder-s5b Рік тому

  • @anandtony7176
    @anandtony7176 2 роки тому

    What will happen if we don't use the Quit statement?

  • @ajaychadeve5004
    @ajaychadeve5004 4 роки тому +3

    Hello mam,i’m pharmd intern student
    I learned a lot from your sessions
    Mam you said that will do sessions on how to prepare for base sas exam and type of questions asked.
    Please make a video on it mam .if possible please guide me in my careers mam
    Thanks a lot for your valuable sessions and the way you disseminating the knowledge of got is really appreciable mam
    Thank you.

    • @chandanaroy2399
      @chandanaroy2399  4 роки тому +1

      Thank you Ajay for your valuable suggestion, once i finish all clinical sas videos.... i will start making videos on exam & interview preparation

    • @ajaychadeve5004
      @ajaychadeve5004 4 роки тому

      Hello mam do you have any practice materials for sas base exam .
      I mailed you and requested in linked in. please guide me ,this is my humble request mam
      Thank you mam .
      This is my mail. Chadeveajay@gmail.com .

    • @chandanaroy2399
      @chandanaroy2399  4 роки тому +1

      Hi Ajay, i just responded to your email and attached latest SAS Dumps for your certification exam practice

    • @ajaychadeve5004
      @ajaychadeve5004 4 роки тому

      @@chandanaroy2399 thanks a lot mam .
      Im very glad of meeting you.

  • @roshnigupta3492
    @roshnigupta3492 4 роки тому

    when i'm using GCHART option University edition is showing error, saying "ERROR: Procedure GCHART not found."

    • @chandanaroy2399
      @chandanaroy2399  4 роки тому

      Hi Roshini, Could you please share your code

    • @datascienceisfun44
      @datascienceisfun44 4 роки тому

      I also have this issue

    • @datascienceisfun44
      @datascienceisfun44 4 роки тому

      @@chandanaroy2399
      Here is code
      Proc gchart data=sashelp.class;
      hbar age/discrete;
      run;
      quit;

    • @datascienceisfun44
      @datascienceisfun44 4 роки тому

      @@chandanaroy2399
      Log showing,
      Error : procedure GCHART not found

  • @rajeshgg1041
    @rajeshgg1041 3 роки тому

    Proc gchart data=sashelp.class;
    hbar age/discrete;
    run;
    quit;
    when i am trying to run this code in my university edition. i getting ERROR: Procedure GCHART not found. in log do u have any solution to fix this problem.