In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / naveen
proc print data=abc;
var name;
where name contains="A";
run;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between proportion and average?
What is a put statement?
explain about data integrator metadata reports? : Sas-di
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What is the difference between one to one merge and match merge? Give an example.
what do you mean by data staging area? : Sas-di
What do you code to create a macro? : sas-macro
Explain substr function?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
Do you know the features of sas?
What are common programming errors committed in sas
What is the basic structure of the SAS base program?
Explain proc univariate?
how to remove duplicates using proc sql?
How would you include common or reuse to be processed along with your statements?