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


Please Help Members By Posting Answers For Below Questions

how does sas handle missing values in assignment statements? : Sas programming

565


How to sort in descending order?

781


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1340


How we can create SAS USER DEFINED CODE?

1609


Name types of category in which SAS Informats are placed?

728






which date functions advances a date time or date/time value by a given interval? : Sas programming

528


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

561


Mention common programming errors committed in sas ?

640


how many types of prompts are there? : Sas-bi

545


what is the primary data source for the wrs? : Sas-bi

646


what are the categories that sas informats are used to the place the data? : Sas-administrator

610


How necessary is it to be creative in your work?

2014


What is SAS informats?

629


Tell e how how dealt with..

1752


what is change analysis in sas di ? : Sas-di

601