SAS CHARACTER FUNCTIONS | SAS TUTORIAL FOR BEGINNERS VIDEOS 7

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

КОМЕНТАРІ • 13

  • @Eshihansini
    @Eshihansini 2 роки тому +1

    Mam good explanation and lengthn and lengthc functions are discussing

  • @yamunamurugesan795
    @yamunamurugesan795 2 роки тому +4

    i follow ur each nd every video mam...if u provide notes it will be very helpful..

  • @Michaelmaggimee
    @Michaelmaggimee 2 роки тому +1

    Thank u for this helpful video

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

      If you found the content helpful you can support us : trenovision.com/support-for-trenovision/

  • @partha7248
    @partha7248 Рік тому

    Hi madam could you please explain how to read an external files and directories by using fopen, fclose, dopen etc

  • @janardhan58
    @janardhan58 2 роки тому +1

    Thanks

  • @Mumma_lishan
    @Mumma_lishan 2 роки тому +1

    Which function works on rows

    • @Trenovision
      @Trenovision  2 роки тому +1

      SAS will process everything row by row only.

  • @mayankprajapati4120
    @mayankprajapati4120 3 роки тому +1

    Mam.. mere me defult length jitni sentence ki hoti hai utni hi ati hai asa kyu ho raha hai???

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

      You can define the length of variable using length or format statement before the set Statement.

  • @mayankprajapati4120
    @mayankprajapati4120 3 роки тому +1

    In scan function

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

    data fname;
    input a:$10. b$ c$;
    newvar=compbl( upcase(substr(a,1,1))||'.'||Propcase(b)||propcase(c));
    datalines;
    kamireddy jagan reddy
    adithya desh pandey
    ankit patel rathod;
    run;
    proc print data=fname;
    run;

  • @Mrmk-xs1nh
    @Mrmk-xs1nh 2 роки тому

    Your not explaining clearly with definition