SAS CHARACTER FUNCTIONS | SAS TUTORIAL FOR BEGINNERS VIDEOS 7

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • SAS : Character Functions
    COMPBL Function. It compresses multiple blanks to a single blank. ...
    STRIP Function. It removes leading and trailing spaces. ...
    COMPRESS Function.
    LEFT Function. It moves leading blanks to the end of the value. ...
    TRIM Function. It removes trailing spaces. ...
    TRIM(LEFT(string)) ...
    CAT Function. ...
    SCAN Function.

Komentáře • 13

  • @arunadirishala7425
    @arunadirishala7425 Před rokem +1

    Mam good explanation and lengthn and lengthc functions are discussing

  • @Michaelmaggimee
    @Michaelmaggimee Před rokem +1

    Thank u for this helpful video

    • @Trenovision
      @Trenovision  Před rokem

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

  • @yamunamurugesan795
    @yamunamurugesan795 Před 2 lety +4

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

  • @janardhan58
    @janardhan58 Před 2 lety +1

    Thanks

  • @partha7248
    @partha7248 Před rokem

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

  • @mayankprajapati4120
    @mayankprajapati4120 Před 3 lety +1

    In scan function

  • @Mumma_lishan
    @Mumma_lishan Před 2 lety +1

    Which function works on rows

    • @Trenovision
      @Trenovision  Před 2 lety +1

      SAS will process everything row by row only.

  • @mayankprajapati4120
    @mayankprajapati4120 Před 3 lety +1

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

    • @Trenovision
      @Trenovision  Před 3 lety

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

  • @thebestwayoutforentertainm6430

    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 Před 2 lety

    Your not explaining clearly with definition