Home » Unlabelled » If you were told to create many records from one record, show how you would do this using array and with PROC TRANSPOSE? | SAS Programming
Tuesday, 6 November 2012
If you were told to create many records from one record, show how you would do this using array and with PROC TRANSPOSE? | SAS Programming
Declare array for number of variables in the record and then used Do loop Proc Transpose with VAR statement.
No comments:
Post a Comment