1.

If You Were Told To Create Many Records From One Record, Show How You Would Do This Using Array And With Proc Transpose?

Answer»

Declare ARRAY for number of VARIABLES in the record and then used Do loop Proc Transpose with VAR statement.

Declare array for number of variables in the record and then used Do loop Proc Transpose with VAR statement.



Discussion

No Comment Found