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
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How to limit decimal places for the variable using proc means?
What are the features of base sas system?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What Proc glm does?
Compare sas with other data analytics tools.
What are pdv and it functions?
What is interleaving in SAS?
how do you want missing values handled? : Sas programming
What are the new features included in the new version of SAS Programming Language?
what are some good sas programming practices for processing very large data sets? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What do you know about symput and symget?
Briefly explain input and put function?