What is difference between Global n Local Macro Variables..?
Answer Posted / suman
Two types of scopes exist for macro variables: global and
local. Global macro variables exist for the duration of the
SAS session and can be referenced anywhere in the program--
either inside or outside a macro. Local macro variables
exist only during the execution of the macro in which the
variables are created and have no meaning outside the
defining macro.
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
How are numeric and character missing values represented internally?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Differentiate between proc means and proc summary.
What is the difference between %local and %global? : sas-macro
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Compare sas with other data analytics tools.
Explain what Proc glm does?
Mention the validation tools used in SAS?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
What Proc glm does?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you delete duplicate observations in sas?
What are the default statistics for means procedure?