In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / henry
proc print data=sashelp.class;
var height weight;
where upcase(substr(name,1,1))='A';
run;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is proc sort?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?
What do you code to create a macro? : sas-macro
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What are the data types does SAS contain?
What do you know about symput and symget?
what is proc Index? and what is proc document?
What are the ways in which macro variables can be created in sas programming?
Explain proc univariate?
How many ways to overcome a missing values???
What is the difference between input and infile statement?
how do you pull data from equifax?tell me the process?
why is sas data integration studio important? : Sas-di
What do you know about sas and what we do? : sas-grid-administration