In PROC PRINT, can you print only variables that begin with
the letter “A”?
Answer Posted / naveen
proc print data=abc;
var name;
where name contains="A";
run;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
what is the Population you used in your project, is it ITT or PP?
What is program data vector (pdv) and what are its functions?
Mention some common errors that are usually committed in sas programming.
why is sas considered self-documenting? : Sas programming
What are the different servers in sas? : sas-grid-administration
Explain what is the use of proc gplot?
what is null hypothesis? why do you consider that?
what are the component of range? : Sas-bi
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How are numeric and character missing values represented internally?
What’s the difference between var b1 – b3 and var b1 — b3?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What are symget and symput? : sas-macro
describe about physical data integration? : Sas-di