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

Answer Posted / henry

proc print data=sashelp.class;
var height weight;
where upcase(substr(name,1,1))='A';
run;

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between INPUT and INFILE ?

750


what is factor analysis? : Sas-administrator

603


Explain the use of proc print and proc contents?

552


What is factor analysis?

655


Tell e how how dealt with..

1764






Describe what are the different levels of administrative users in sas? : sas-grid-administration

594


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2084


What do you understand by the term Normal Distribution?

566


What does the RUN statement do?

845


What is by-group processing?

572


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

935


Compare sas with other data analytics tools.

575


What is the difference between input and infile statement?

676


What is the maximum and minimum length of macro variable

648


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

536