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 do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the statements that are executed only?
Tell e how how dealt with..
How to include or exclude specific variables in a data set?
how can you import .csv file in to sas? : Sas programming
What are the difference between sas functions and procedures?
What is substr function?
What is the use of function Proc summary?
If you could design your ideal job, what would it look like?
What are the 3 components in sas programming?
What do you know about symput and symget?
What would you change about your job?
What is Linear Regression?
how do you test for missing values? : Sas programming
Mention sas system options to debug sas macros.