In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / naveen
proc sql;
select *
from qqq
where name contains "A";
quit;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Mention some common errors that are usually committed in sas programming.
explain the key concept of sas? : Sas-administrator
What is the basic syntax style in SAS?
Did you used proc test? when?
Describe the function and untility of the most difficult SAS macro that you have written.
what are some good sas programming practices for processing very large data sets? : Sas programming
Have you ever used the SAS Debugger?
explain the concepts and capabilities of business object? : Sas-bi
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
do you need to know if there are any missing values? : Sas programming
Which function is used to count the number of intervals between two sas dates?
explain the use of % includes a statement in sas? : Sas-administrator
If a variable contains letters or special characters, can it be numeric data type?
What is the use of the %include statement?
is data integration and etl programming is same? : Sas-di