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
what is the primary data source for the wrs? : Sas-bi
In ARRAY processing, what does the DIM function do?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Give some examples where proc report’s defaults are different than proc print’s defaults?
What are the functions used for character handling?
Give e an example of..
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?
describe about metadata object? : Sas-di
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
Difference between informat and format?
what is sas application server? : Sas-di
What are the difference between ceil and floor functions in sas?
Difference between nodup and nodupkey options?