how to rearrange the data as our wish by using dataset block?
Answer Posted / nani
by using id statement
proc print data=dsn;
id var3 var5 var1;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you identify a macro variable?
How do you debug and test your SAS programs?
What are symget and symput? : sas-macro
How many data types are there in SAS?
how can you put a "trace" in your program? : Sas programming
To what type of programms have you used scratch macros?
what is the function of catx syntax? : Sas-administrator
Tell me more about the parameters in macro? : sas-macro
how to change the execute of macro
What is the difference between reading data from an external file and reading data from an existing data set?
Are you involved in writing the inferential analysis plan? Tables specifications?
Describe a time when you were really stuck on a problem and how you solved it?
how to remove duplicates using proc sql?
How can I remove header from output data set?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?