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
Mention the category in which sas informats are placed?
What are the default statistics for means procedure?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
which features do you use to check the data validations and errors? : Sas-administrator
describe how to adjust the performance of data integrator? : Sas-di
Where do you use proc means over proc freq?
Why double trailing @@ is used in input statement?
What is the maximum length of the macro variable?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What is the basic structure of a sas program?
Have you used macros? For what purpose you have used? : sas-macro
Mention how to limit decimal places for the variable using proc means?
If a variable contains only numbers, can it be a character data type?
Can you execute a macro within a macro? Describe. : sas-macro
What are the default statistics that proc means produce?