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 |
What are pdv and it functions?
Tell me more about the parameters in macro? : sas-macro
What is the difference between using drop = data set option in data statement and set statement?
What is the length assigned to the target variable by the scan function?
how to rearrange the data as our wish by using dataset block?
Approximately what date is represented by the SAS date value of 730?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
what is p-value
3 Answers Accenture, Quintiles, Sristek,
What is SAS Information Map Studio and its purpose ?
where will go the observations that were deleted by delete statement?
How would you define the end of a macro?