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
how to read the variables in sas? : Sas-administrator
what is broad cast agent? : Sas-bi
is data integration and etl programming is same? : Sas-di
What are the implications?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how many types prompting framework can be broken down to? : Sas-bi
In ARRAY processing, what does the DIM function do?
Mention the validation tools used in SAS?
Approximately what date is represented by the SAS date value of 730?
What are all the problems you faced while validating tables and reports?
What do the PUT and INPUT functions do?
how does sas handle missing values in procs? : Sas programming
Mention the difference between ceil and floor functions in sas?
For what purpose would you use the RETAIN statement?
What is SAS? What are the functions does it performs?