If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?



If you were told to create many records from one record show how you would do this using arrays an..

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

Post New Answer

More SAS Interview Questions

Explain data step in SAS

0 Answers  


Can you execute macro within another macro? : sas-macro

0 Answers  


When merging 2 datasets with a common variable (not merge key), how to keep both?

3 Answers  


What is the difference between informat and format statement?

1 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  






Which command is used to save logs in the external file?

0 Answers  


What are the different versions of sas that you have used until now? : sas-grid-administration

0 Answers  


Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.

4 Answers   Accenture,


Mention the category in which sas informats are placed?

0 Answers  


how can you import .csv file in to sas? : Sas programming

0 Answers  


State the difference between INFORMAT and FORMAT ?

0 Answers  


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

0 Answers   Quintiles,


Categories