In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / ashish
proc print data=datset(obs=5) ;
var s:;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are all the problems you faced while validating tables and reports?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How do dates work in SAS data?
How do you test for missing values?
how do the in= variables improve the capability of a merge? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
describe how to adjust the performance of data integrator? : Sas-di
How to sort in descending order?
what are the component of range? : Sas-bi
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Are you involved in writing the inferential analysis plan? Tables specifications?
Given an unsorted data set, how to read the last observation to a new data set?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is the SAS data set?
Describe the ways in which you can create a macro variable?