How would you include common or reuse code to be processed
along with your statements?
Answer Posted / selvi
We can code the resusable as seperate macro. And will call
into SAS program where ever there is a need.
Macro should start with %macro macroname(), and end with %
mend.
Syntax for call in datastep-%macroname
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
To what type of programms have you used scratch macros?
Name types of category in which SAS Informats are placed?
In SAS explain which statement does not perform automatic conversions in comparisons?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Have you used macros? For what purpose you have used? : sas-macro
what is hash files in sas and why we are using this one in sas?
what does the run statement do? : Sas programming
Describe what are the different levels of administrative users in sas? : sas-grid-administration
how does sas handle missing values in procs? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
How to test the debugging in sas?
explain about sas business intelligence? : Sas-bi
What function CATX syntax does?