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
Explain how merging helps to combine data sets.
Mention sas system options to debug sas macros.
explain the concepts and capabilities of business object? : Sas-bi
what is data access? : Sas-di
What are the differences between sum function and using “+” operator?
How to specify variables to be processed by the freq procedure?
How do you define proc in sas? : sas-grid-administration
State the difference between INFORMAT and FORMAT ?
What are the statements that are executed only?
For what purpose would you use the RETAIN statement?
How would you identify a macro variable? : sas-macro
How to create list output for cross-tabulations in proc freq?
What is the maximum length of the macro variable?
What is the difference between %put and symbolgen? : sas-macro
If a variable contains only numbers, can it be a character data type?