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 is the purpose of _error_? : Sas programming

620


how do you test for missing values? : Sas programming

592


how are numeric and character missing values represented internally? : Sas programming

627


Of all your work, where have you been the most successful?

4215


what is business intelligence? : Sas-bi

591






In SAS explain which statement does not perform automatic conversions in comparisons?

807


How are numeric and character missing values represented internally?

1152


which date functions advances a date time or date/time value by a given interval? : Sas programming

549


How we can create SAS USER DEFINED CODE?

1622


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3915


Which command is used to save logs in the external file?

578


what is program data vector? : Sas-administrator

625


What is the good sas programming practices for processing large data sets?

636


what is broad cast agent? : Sas-bi

609


How sas treats the dsd delimiters?

730