Answer Posted / puspendra
SAS Macro is a user defined function(might be based on some
procedure). It is developed to avoid the calling of that
function (or procedure which is defined in the Macro)again
and agaian.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are SAS/ACCESS and SAS/CONNECT?
How would you define the end of a macro?
what can you learn from the sas log when debugging? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the order of application for output data set options, input data set options and SAS statements?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
State the difference between INFORMAT and FORMAT ?
What is the difference between order and group variable in proc report?
what is the basic structure sas administrator? : Sas-administrator
Enlist the syntax rules followed in sas statements.
What do the SAS log messages "numeric values have been converted to character" mean?
In SAS explain which statement does not perform automatic conversions in comparisons?
How many ways to overcome a missing values???
What’s the difference between var b1 – b3 and var b1 — b3?
What will calendar procedure do?