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
What are the functions used for character handling?
List down the reasons for choosing sas over other data analytics tools.
What is the maximum length of the macro variable?
what is slowly changing dimension? : Sas-di
What system options would you use to help debug a macro? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Explain input and put function?
What is the basic syntax of a sas program?
how to read the variables in sas? : Sas-administrator
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is program data vector (pdv) and what are its functions?
What is the difference between input and infile statement?
what is SAS OPTIMIZATION?
what is sas application server? : Sas-di