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

Answer Posted / parbhat517

PROC PRINT DATA = X;
WHERE SUBSTR(NAME,1,1) = 'A';
RUN;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you execute a macro within a macro? Describe. : sas-macro

664


Give e an example of..

1643


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

610


How is character variable converted into numeric variable and vice versa?

585


what is hierarchy flattening? : Sas-di

614






what other sas products have you used and consider yourself proficient in using? : Sas programming

676


how to generate the test data in sas without input data? : Sas-administrator

569


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

615


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

579


what is transformation in sas data integration? : Sas-di

541


how many types prompting framework can be broken down to? : Sas-bi

622


describe how to adjust the performance of data integrator? : Sas-di

555


Tell me about % include and % eval? : sas-macro

674


explain about sas business intelligence? : Sas-bi

596


Of all your work, where have you been the most successful?

4193