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
do you need to know if there are any missing values? : Sas programming
I need level 2 to 5 sas using companies in india
How are numeric and character missing values represented internally?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
what is the difference between unique key and primary key? : Sas-di
what is data governance? : Sas-di
How will you generate test data with no input data?
What are the applications primarily used by business analyst? : Sas-bi
How to include or exclude specific variables in a data set?
How to limit decimal places for variable using proc means?
Approximately what date is represented by the SAS date value of 730?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the features of SAS?
explain what is data set in sas? : Sas-administrator