Answer Posted / aruna
Jyotshna, can u elaborate on datasetname/debug and
datasetname/stmtchk
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the statements in proc sql?
what are input dataset and output dataset options? : Sas programming
how does sas handle missing values in functions? : Sas programming
What was the last computer book you purchased? Why?
What Proc glm does?
Can you execute macro within another macro? : sas-macro
: and & modifiers.
How to limit decimal places for the variable using proc means?
what can you learn from the sas log when debugging? : Sas programming
What is run-group processing?
For what purposes have you used sas macros? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
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 are the parameters of scan function?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?