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
what is enterprise guide? What is the use of it? : Sas programming
explain about various caches available in data integrator? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is broad cast agent? : Sas-bi
What is proc sort?
Describe the ways in which you can create macro variables?
Explain proc univariate?
How to include or exclude specific variables in a data set?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is by-group processing?
how to generate the test data in sas without input data? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What are the statements in proc sql?
what is sas metadata server? : Sas-di
Do you need to know if there are any missing values?