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


Please Help Members By Posting Answers For Below Questions

why is a stop statement needed for the point=option on a set statement? : Sas programming

820


Which are the statements whose placement in the data step is critical?

985


how are numeric and character missing values represented internally? : Sas programming

855


Explain why double trailing @@ is used in input statement?

799


Explain input and put function?

866


What commands are used in the case of including or excluding any specific variables in the data set?

828


How many ways to overcome a missing values???

2552


: and & modifiers.

1095


If a variable contains only numbers, can it be a character data type?

843


How does the internal authentication work in sas? : sas-grid-administration

828


what are the considerations when picking a SAS/STAT procedure?

3126


What are the different versions of sas that you have used until now? : sas-grid-administration

1037


What do you code to create a macro? : sas-macro

804


Mention the difference between ceil and floor functions in sas?

901


What are the prime responsibilities of data integration administrator? : Sas-di

807