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 are the categories that sas informats are used to the place the data? : Sas-administrator
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what can you learn from the sas log when debugging? : Sas programming
how does sas handle missing values in formats? : Sas programming
Of all your work, where have you been the most successful?
What is the role of unrestrictive users? : sas-grid-administration
What is the use of divide function?
how does sas handle missing values in procs? : Sas programming
What do you understand by the term Normal Distribution?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What are the prime responsibilities of data integration administrator? : Sas-di
How we can call macros with in data step? : sas-macro
What are the default statistics that proc means produce?
What are the functions which are used for character handling functions?
Give e an example of..