How would you include common or reuse code to be processed
along with your statements?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
i think, it is by using %include statement
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
Is This Answer Correct ? | 0 Yes | 1 No |
What is the maximum length of the macro variable? : sas-macro
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
How would you code the criteria to restrict the output to be produced?
Name few SAS functions?
sas macros
How to create list output for cross-tabulations in proc freq?
what are sas/access and sas/connect? : Sas programming
What is by-group processing?
How many versions came upto now in SAS?
How to create a permanent sas data set?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
how does sas handle missing values in sort order? : Sas programming