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 is the difference between order and group variable in proc report?
Explain substr function?
Can you suggest us materials for sdtm mapping?
What are the default statistics for means procedure?
What is the good sas programming practices for processing large data sets?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What does P-value signify about the statistical data?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how does sas handle missing values in procs? : Sas programming
Can you execute macro within another macro? : sas-macro
What is PDV?
What are the ways to do a “table lookup” in sas?
Explain the difference between using drop = data set option in set and data statement?
What versions of SAS have you used (on which platforms)?
What is program data vector (pdv) and what are its functions?