how we can create optional or required parameters in SAS
macro...
Answer Posted / sheetal
In macro definition you can create required parameters and
using %let or call symput you can create optional
parameters in sas macro
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Explain input and put function?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
In proc transpose and data step with arrays which one you pick?
what are the benefits of data integration? : Sas-di
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
Explain append procedure?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what are the component of range? : Sas-bi
Compare sas with other data analytics tools.
What is the difference between SAS functions and procedures?
Mention what is the difference between nodupkey and nodup options?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Briefly explain input and put function?
What is substr function?