In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / parbhat517
PROC PRINT DATA = X;
WHERE SUBSTR(NAME,1,1) = 'A';
RUN;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the difference between ceil and floor functions in sas?
How do you control the number of observations and/or variables read or written?
name some data transformation used in sas di? : Sas-di
what is sas metadata server? : Sas-di
what is intially documentation in sas?
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 is SAS? What are the functions does it performs?
What are the advantages of using sas?
how many types prompting framework can be broken down to? : Sas-bi
How are numeric and character missing values represented internally?
how would you create multiple observations from a single observation? : Sas programming
Approximately what date is represented by the SAS date value of 730?
How we can call macros with in data step? : sas-macro
What is program data vector (pdv) and what are its functions?
How necessary is it to be creative in your work?