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 |
Describe the function and untility of the most difficult SAS macro that you have written.
Mention the validation tools used in SAS?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
what is picture format? give any one example?
How does the internal authentication work in sas? : sas-grid-administration
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?
explain the difference between proc means and proc summary?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
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.
Describe how you would pass data to macro.
How would you define the end of a macro?
what do you mean by data staging area? : Sas-di