Answer Posted / ram
using sas functions and sas procedures
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
In SAS explain which statement does not perform automatic conversions in comparisons?
Tell me about % include and % eval? : sas-macro
Tell me more about the parameters in macro? : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
what is factor analysis? : Sas-administrator
How would you define the end of a macro? : sas-macro
How do you connect the desktop application to metadata server? : sas-grid-administration
What is data _null_?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What do the put and input function do?
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 is character variable converted into numeric variable and vice versa?
What are the limitations for memory allocation for SAS variables
explain the use of % includes a statement in sas? : Sas-administrator
Can you execute macro within another macro? : sas-macro