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
How sas treats the dsd delimiters?
Differentiate between sas functions and sas procedures.
What is the good sas programming practices for processing large data sets?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Name validation tools used in SAS
What is the use of %include statement?
Can you suggest us materials for sdtm mapping?
Given an unsorted data set, how to read the last observation to a new data set?
What is the difference between INPUT and INFILE ?
Differentiate between ceil and floor functions.
What is a put statement?
How do you debug and test your SAS programs?
What do the put and input function do?
explain the difference between proc means and proc summary?
How necessary is it to be creative in your work?