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 Population you used in your project, is it ITT or PP?

2185


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

682


How would you determine the number of missing or nonmissing values in computations?

652


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1329


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1233






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

694


Explain what is the use of proc gplot?

706


Explain what is SAS informats?

627


how does sas handle missing values in formats? : Sas programming

588


Which statement does not perform automatic conversions in comparisons?

1205


What was the last computer book you purchased? Why?

1918


What do you know about sas data set?

598


What is the use of PROC gplot?

642


explain the concepts and capabilities of business object? : Sas-bi

545


Explain the special input delimiters used in sas programming.

589