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
why is a stop statement needed for the point=option on a set statement? : Sas programming
Which are the statements whose placement in the data step is critical?
how are numeric and character missing values represented internally? : Sas programming
Explain why double trailing @@ is used in input statement?
Explain input and put function?
What commands are used in the case of including or excluding any specific variables in the data set?
How many ways to overcome a missing values???
: and & modifiers.
If a variable contains only numbers, can it be a character data type?
How does the internal authentication work in sas? : sas-grid-administration
what are the considerations when picking a SAS/STAT procedure?
What are the different versions of sas that you have used until now? : sas-grid-administration
What do you code to create a macro? : sas-macro
Mention the difference between ceil and floor functions in sas?
What are the prime responsibilities of data integration administrator? : Sas-di