Have you ever linked SAS code? If so, describe the link and
any required statements used to either process the code or
the step itself.
Answers were Sorted based on User's Feedback
Answer / sathish
Answer is partially correct. We use %include to link code.
But %include is not a macro. Similarly %put is also not a macro.
| Is This Answer Correct ? | 2 Yes | 0 No |
Enlist the syntax rules followed in sas statements.
how do you validate sas program?
Tell e how how dealt with..
Why and when do you use proc sql?
What is the difference between %local and %global?
What is the Program Data Vector (PDV)? What are its functions?
What is the command used to find missing values?
How would you determine the number of missing or nonmissing values in computations?
: and & modifiers.
What are the differences between sum function and using “+” operator?
One way of creating a new variable in Macros is by % Let....What is the other way..?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake