If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?
Answer Posted / trishnan.
Declare array for number of variables in the record and
then used Do loop Proc Transpose with VAR statement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the good sas programming practices for processing large data sets?
What is the difference between order and group variable in proc report?
What is maximum storage capability of SAS?
Describe the function and utility of the most difficult SAS macro that you have written?
Mention few capabilities of sas framework.
what is sas database server? : Sas-di
Explain translate function?
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.
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is the difference between SAS functions and procedures?
What is a pdv and what are its functions?
How to limit decimal places for the variable using proc means?
How we can call macros with in data step? : sas-macro
why is sas data integration studio important? : Sas-di
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5