What is difference between Global n Local Macro Variables..?
Answer Posted / rag_uss
Global macro variables can be used anywhere in the program,
whereas Local macro variable can be used within that macro only.
Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the difference between the sas data step and sas procs?
Mention how to limit decimal places for the variable using proc means?
What is a macro routine?
Name validation tools used in SAS
How we can call macros with in data step? : sas-macro
What is the basic structure of a sas program?
Explain the special input delimiters used in sas programming.
Explain the purpose of substr functions in sas programming.
What does P-value signify about the statistical data?
In ARRAY processing, what does the DIM function do?
Name and describe few sas character functions that are used for data cleaning in brief.
For what purposes have you used sas macros? : sas-macro
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What are the ways to do a “table lookup” in sas?