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
how does sas handle missing values in procs? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Explain the difference between using drop = data set option in set and data statement?
what are several options for creating reports in web report studio? : Sas-bi
Have you used macros? For what purpose you have used? : sas-macro
what is metadata? : Sas-bi
How we can call macros with in data step? : sas-macro
what is the function of catx syntax? : Sas-administrator
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How can you limit the variables written to output dataset in data step?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Given an unsorted data set, how to read the last observation to a new data set?
What is maximum number of rows and cols can be handled in SAS?
what are sas/access and sas/connect? : Sas programming