BookmarkSubscribeRSS Feed
sas_university
Obsidian | Level 7

data ds ;
infile datalines ;
input name&$15. result ;
cards;
neha kumari  10
prasanna  20
naidu  30
sivakumar  20
krithi kumari  40
;

 

 

 

1 REPLY 1
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 572 views
  • 1 like
  • 2 in conversation