What is difference between Global n Local Macro Variables..?
Answer Posted / sandeep
Global macro variable can be created and used anywhere in
the application and global macro variable value stores in
global symbol tables
Local macro variable can be created and used only inside of
the macro block and local macro variable value stores in
local symbol tables
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Given an unsorted data set, how to read the last observation to a new data set?
Do you need to know if there are any missing values?
what has been your most common programming mistake? : Sas programming
What is the maximum length of the macro variable?
Did you used proc test? when?
how many display types available in sas bi dashboard? : Sas-bi
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.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the limitations for memory allocation for SAS variables
What is the command used to find missing values?
What is program data vector (pdv)?
What does the trace option do?
How to convert a numeric variable to a character variable?
What are the differences between proc means and proc summary?
What is the role of unrestrictive users? : sas-grid-administration