In PROC PRINT, can you print only variables that begin with
the letter “A”?

Answer Posted / naveen

proc print data=abc;
var name;
where name contains="A";
run;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a macro routine?

2106


describe the interaction table in sas di? : Sas-di

597


What is SAS?

623


Explain the difference between informat and format with an example.

689


Are you involved in writing the inferential analysis plan? Tables specifications?

3482






Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

1918


how could you generate test data with no input data? : Sas programming

635


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

600


What Proc glm does?

610


Give an example where SAS fails to convert character value to numeric value automatically?

608


Mention what is the difference between nodupkey and nodup options?

600


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2266


What is PROC in SAS?

610


What is program data vector (pdv) and what are its functions?

631


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

2906