Answer Posted / sunil
keep, drop, retain, and label are compilation phase
statements.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you invoke a macro? : sas-macro
If a variable contains letters or special characters, can it be numeric data type?
Mention what are the data types does SAS contain?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what do the pad and dim functions do? : Sas programming
how to do user inputs and command line arguments in sas?
Explain what Proc glm does?
what are the types of interactive display types? : Sas-bi
what is the Population you used in your project, is it ITT or PP?
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 the length assigned to the target variable by the scan function?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Describe crosslist option in tables statement?
How would you determine the number of missing or nonmissing values in computations?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro