Answer Posted / lakshmi
There are two types of Parameters mainly used to pass a
value for a macro variable.Those are Positional Parameter
and Keyword Parameter regarding on macro variable where we
are creating whether local or globally i.e., inside macro
or outside macro.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you know about symput and symget?
Can you explain the process of calendar?
What is the basic structure of the SAS base program?
How to sort in descending order?
How can you create a macro variable with in data step? : sas-macro
what are the component of range? : Sas-bi
how do you debug and test your sas programs? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
what is metadata? : Sas-bi
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Explain the main difference between the sas procedures and functions? : Sas-administrator
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what techniques and/or procs do you use for tables? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?