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

What are the difficulties u faced while doing vital signs table or dataset?

2162


describe about metadata object? : Sas-di

820


What do the SAS log messages "numeric values have been converted to character" mean?

1107


Mention few capabilities of sas framework.

920


Differentiate between format and informat? : sas-grid-administration

799


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2176


what are 5 ways to perform a table lookup in sas? : Sas-administrator

988


What is the basic syntax style in SAS?

837


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

819


What are the new features included in the new version of SAS Programming Language?

952


What is the order of application for output data set options, input data set options and SAS statements?

1297


what is the use of proc sql? : Sas programming

785


how will you locate the sas platform applications? : Sas-bi

788


How do dates work in SAS data?

902


How to limit decimal places for the variable using proc means?

808