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
Are you sensitive to code walk-throughs peer review or QC review?
How to specify variables to be processed by the freq procedure?
What are the table names in oracle database...?
what r the job openings SAS for fresher graduates !
what is the difference between infile and input? : Sas-administrator
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is the use of divide function?
How would you define the end of a macro?
Difference between sum function and using “+” operator?
What are the difference between ceil and floor functions in sas?
What is SAS? What are the functions does it performs?
what is sas olap server? : Sas-di
Did you used proc test? when?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
If a variable contains letters or special characters, can it be numeric data type?