In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / a
proc print data=;
where name like 'A%';
run;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
how do you debug and test your sas programs? : Sas programming
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what does the run statement do? : Sas programming
What is the difference between order and group variable in proc report?
what is study design in while working with SAS? what are screening variables in SAS?
What is by-group processing?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Do you know the features of sas?
What is the sas data set? : sas-grid-administration
what are several options for creating reports in web report studio? : Sas-bi
How would you identify a macro variable? : sas-macro
Tell me more about the parameters in macro? : sas-macro
What is the difference between %local and %global? : sas-macro
what is the difference between floor and ceil functions in sas? : Sas-administrator
Explain the purpose of retain statement.