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
what are the types of interactive display types? : Sas-bi
What commands are used in the case of including or excluding any specific variables in the data set?
What is your favorite all time computer book? Why?
how many types of prompts are there? : Sas-bi
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are types of transport files?
what has been your most common programming mistake? : Sas programming
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How many ways to overcome a missing values???
How can you limit the variables written to output dataset in data step?
Tell e how how dealt with..
What does the trace option do?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how sas deals with business intelligence? : Sas-bi
Hi, If anyone has base SAS certification dumps, please share.