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

Are you sensitive to code walk-throughs peer review or QC review?

2615


Describe a time when you were really stuck on a problem and how you solved it?

2086


how do the in= variables improve the capability of a merge? : Sas programming

936


Which command is used to save logs in the external file?

572


What is program data vector (pdv)?

637






Can you suggest us materials for sdtm mapping?

4039


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

1846


name the scheduler for scheduling job and explain the scheduler? : Sas-di

598


Mention what is PROC in SAS?

605


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1977


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

585


What is factor analysis?

663


Describe the function and untility of the most difficult SAS macro that you have written.

1566


which date function advances a date, time or datetime value by a given interval? : Sas programming

602


what is treatment emergent events and treatment emregent adverse event

1947