how to rearrange the data as our wish by using dataset block?
Answer Posted / srinivas anumalla
Probably there are many options,like id statement,proc sort.
As Some body said retain is not for that operation.
But i strongly suggest Proc sort.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is sas enterprise intelligence architecture? : Sas-bi
what is the difference between unique key and primary key? : Sas-di
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 is proc sort?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how the sas basic syntax style described? : Sas-administrator
Explain how you can debug and test your SAS program?
How would you identify a macro variable?
What is the difference between reading data from an external file and reading data from an existing data set?
Explain what is SAS informats?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Define run-group processing?
Explain proc univariate?