In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / ashish
proc print data=datset(obs=5) ;
var s:;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the difference between ceil and floor functions in sas?
Explain data step in SAS
What’s the difference between var b1 – b3 and var b1 — b3?
What are the special input delimiters used in SAS?
What are the ways to do a “table lookup” in sas?
How would you determine the number of missing or nonmissing values in computations?
Explain how merging helps to combine data sets.
How do you define proc in sas? : sas-grid-administration
How can you limit the variables written to output dataset in data step?
what is the Population you used in your project, is it ITT or PP?
Explain data_null_?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Give e an example of..
how does sas handle missing values in functions? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di