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 some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
Hot to suppress characters from a given string?
How do you add a number to a macro variable?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how can you put a "trace" in your program? : Sas programming
What areas of SAS are you most interested in?
What is difference between (a-z) and (a--z)
How do handle working under pressure?
Describe the ways in which you can create macro variables?
how to change the execute of macro