In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / ashish
proc print data=datset(obs=5) ;
var s:;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the ways in which you can create a macro variable?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
How would you define the end of a macro? : sas-macro
Explain translate function?
What is the difference between match merge and one to one merge?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What does PROC print, and PROC contents do?
What is the use of %include statement?
How long can a macro variable be? A token? : sas-macro
what are input dataset and output dataset options? : Sas programming
How do you define proc in sas? : sas-grid-administration
how can you create zero observation dataset? : Sas programming
Did you used proc test? when?
what is data integration? : Sas-di
what is the use of proc contents and proc print in sas? : Sas-administrator