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

Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3066


Describe the ways in which you can create macro variables?

640


Differences between where and if statement?

586


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

550


what is the use of proc sql? : Sas programming

600






what are some good sas programming practices for processing very large data sets? : Sas programming

513


I have a dataset concat having variable a b & c. How to rename a b to e & f?

583


What are the data types that sas contain?

659


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

617


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1803


How do you specify the number of iterations and specific condition within a single do loop?

628


Can you explain the process of calendar?

642


what is sas business intelligence? : Sas-bi

590


What versions of SAS have you used (on which platforms)?

1017


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

4916