What is difference between Global n Local Macro Variables..?
Answer Posted / balu
global variables,is defined if it is "open code"that is everything outside the macro.and it can be used anywhere in the program.whereas local variables are defined inside the macro.and it is used only inside its own macro.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what techniques and/or procs do you use for tables? : Sas programming
what is metadata? : Sas-bi
What is maximum number of rows and cols can be handled in SAS?
Explain data_null_?
describe about metadata object? : Sas-di
What are the limitations for memory allocation for SAS variables
what are the best practices to process the large data sets in sas programming? : Sas-administrator
how will you location sas platform applications available from web browser? : Sas-bi
This entry was posted in General. Bookmark the permalink. Post a comment or leave
name several ways to achieve efficiency in your program? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How do you control the number of observations and/or variables read or written?
how do you want missing values handled? : Sas programming
Intern stastical programmer written test
What are the parameters of scan function?