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

how do you debug and test your sas programs? : Sas programming

558


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

611


What can you learn from the SAS log when debugging?

910


how does sas handle missing values in procs? : Sas programming

632


how many display types available in sas bi dashboard? : Sas-bi

626






Explain what Proc glm does?

628


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

1838


How substr function works in sas?

698


How to specify variables to be processed by the freq procedure?

610


it will become easy if uuu provide website linkssss and list of consultanciessssss

1521


What is the good sas programming practices for processing large data sets?

621


Mention sas system options to debug sas macros.

657


What makes sas stand out to be the best over other data analytics tools?

579


Differentiate between proc means and proc summary.

597


Difference between nodup and nodupkey options?

628