If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?
Answer / 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 |
What is the difference between the proc sql and data step?
Under what circumstances would you code a SELECT construct instead of IF statements?
Enlist the functions performed by sas.
When merging 2 datasets with a common variable (not merge key), how to keep both?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the order of evaluation of the comparison && logical && relational operators:?
How sas treats the dsd delimiters?
how to handle in stream data containing semicolon in it?
What is the difference between informat and format statement?
Explain how you can debug and test your SAS program?
how many types of prompts are there? : Sas-bi
what is the primary variable in your study?