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

Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


Mention the validation tools used in SAS?

0 Answers  


What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?

8 Answers  


what is picture format? give any one example?

3 Answers   Parexel,


How does the internal authentication work in sas? : sas-grid-administration

0 Answers  


my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?

2 Answers   Dr Reddys, Oracle,


explain the difference between proc means and proc summary?

0 Answers  


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

0 Answers  


Describe how you would pass data to macro.

3 Answers  


How would you define the end of a macro?

0 Answers  


what do you mean by data staging area? : Sas-di

0 Answers  


Categories