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


Please Help Members By Posting Answers For Below Questions

What are the difference between ceil and floor functions in sas?

874


Name types of category in which SAS Informats are placed?

836


Give some examples where proc report’s defaults are same as proc print’s defaults?

764


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

652


how does sas handle missing values in formats? : Sas programming

699






what are the scrubbing procedures in sas? : Sas programming

931


How do you delete duplicate observations in sas?

670


If you could design your ideal job, what would it look like?

2479


How does proc sql work?

719


what can you learn from the sas log when debugging? : Sas programming

700


what are the best practices to process the large data sets in sas programming? : Sas-administrator

634


What system options would you use to help debug a macro? : sas-macro

738


what is sas olap server? : Sas-di

814


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

740


how will you location sas platform applications available from web browser? : Sas-bi

656