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
What are the difference between ceil and floor functions in sas?
Name types of category in which SAS Informats are placed?
Give some examples where proc report’s defaults are same as proc print’s defaults?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how does sas handle missing values in formats? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
How do you delete duplicate observations in sas?
If you could design your ideal job, what would it look like?
How does proc sql work?
what can you learn from the sas log when debugging? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What system options would you use to help debug a macro? : sas-macro
what is sas olap server? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how will you location sas platform applications available from web browser? : Sas-bi