In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / hsong001
Use the idea of variable list (varlist) wildcard :
e.g.,
proc print data=xxx ;
var A: ;
run ;
This will list all variables start with letter A.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What can you learn from the SAS log when debugging?
Briefly explain input and put function?
how many types prompting framework can be broken down to? : Sas-bi
how does sas handle missing values in assignment statements? : Sas programming
What are common programming errors committed in sas
Give e an example of..
Tell me about % include and % eval? : sas-macro
Explain input and put function?
What is the basic structure of a sas program?
what is the use of sas management console? : Sas-di
what is enterprise guide? What is the use of it? : Sas programming
Explain proc sort?
Which command is used to perform sorting in sas program?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Mention the validation tools used in SAS?