Name statements that function at both compile and execution
time?
Answer Posted / vijay
options, title, footnote, run;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Explain by-group processing?
what is the use of proc sql? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are the five ways to do a table lookup in sas? : sas-grid-administration
how does sas handle missing values in sort order? : Sas programming
Mention what are the data types does SAS contain?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
name some data transformation used in sas di? : Sas-di
Explain substr function?
In SAS explain which statement does not perform automatic conversions in comparisons?
what are sas/access and sas/connect? : 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.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How do you use the do loop if you don’t know how many times you should execute the do loop?