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
why a stop statement is needed for the point= option on a set statement?
What are the 3 components in sas programming?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is the difference between proportion and average?
AE datasets names? how many types?
Compare sas with other data analytics tools.
What is the good sas programming practices for processing large data sets?
what has been your most common programming mistake? : Sas programming
what is sas metadata repository? : Sas-bi
What is Linear Regression?
how do you want missing values handled? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
what are informats in sas? : Sas-administrator
How does proc sql work?