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

Mention what is SAS data set?

892


how does sas handle missing values in a merge? : Sas programming

764


What is the difference between INPUT and INFILE ?

974


What are the scrubbing procedures in sas?

756


Give some examples where proc report’s defaults are different than proc print’s defaults?

806


What are the implications?

1387


: and & modifiers.

1091


What does the trace option do?

868


Why and when do you use proc sql?

961


Name any two sas spawners? : sas-grid-administration

771


What are the uses of sas?

904


What are the difference between the sas data step and sas procs?

828


Do you know the features of sas?

800


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

878


Enlist the syntax rules followed in sas statements.

839