I have a dataset concat having variable a b & c. How to rename a b to e & f?
No Answer is Posted For this Question
Be the First to Post Answer
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
How to select the observations randomly from a SAS dataset
What are the ways in which macro variables can be created in sas programming?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Have you ever used the SAS Debugger?
Diff between proc sql merge and join?
how we can call macros with in data step?
how can you import .csv file in to sas? : Sas programming
How do you write a test plan?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
how the sas basic syntax style described? : Sas-administrator