In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / naveen
proc sql;
select *
from qqq
where name contains "A";
quit;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
do you need to know if there are any missing values? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
What are the statements in proc sql?
What versions of SAS have you used (on which platforms)?
Give e an example of..
explain the use of % includes a statement in sas? : Sas-administrator
Explain data_null_?
Explain how you can debug and test your SAS program?
Explain proc sort?
What does the trace option do?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what are some good sas programming practices for processing very large data sets? : Sas programming
how do you debug and test your sas programs? : Sas programming
Explain how merging helps to combine data sets.
Describe crosslist option in tables statement?