Answer Posted / venkatesh
if we write macro variable inside the local it is called local macro we can turn local macro variable into global macro.
if we write macro outside the global it is called global macro we can't turn global macro into local.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is star schema? : Sas-di
Mention what is PROC in SAS?
Explain what is data step?
what is the difference between infile and input? : Sas-administrator
What do you understand by the term Normal Distribution?
What can be the size of largest dataset in SAS?
Which function is used to count the number of intervals between two sas dates?
Name and describe few sas character functions that are used for data cleaning in brief.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is slibref?
Explain proc sort?
Explain the use of proc print and proc contents?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Given an unsorted data set, how to read the last observation to a new data set?
How do you add a number to a macro variable? : sas-macro