Answer Posted / raveendranath
The TRANSPOSE procedure creates an output data set by
restructuring the values in a SAS data set, transposing
selected variables into observations.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What does the RUN statement do?
What are SAS/ACCESS and SAS/CONNECT?
What will calendar procedure do?
How to create a permanent sas data set?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is the primary data source for the wrs? : Sas-bi
Where do you use proc means over proc freq?
What is the function of output statement in a SAS Program?
What are the statements that are executed only?
Mention how to limit decimal places for the variable using proc means?
In ARRAY processing, what does the DIM function do?
Mention what is PROC in SAS?
What are the ways in which macro variables can be created in sas programming?
how does sas handle missing values in a merge? : Sas programming