Describe how you would pass data to macro.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chiranjeevi
You use symput to get information from a data step into a
macro variable.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between one to one merge and match merge? Give an example.
how we can create optional or required parameters in SAS macro...
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is univariate n where it can be used n how...?
what do the pad and dim functions do? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what is the difference between floor and ceil functions in sas? : Sas-administrator
How would you delete duplicate observations?
Code the MEANS to produce output to be used later.
If you could design your ideal job, what would it look like?
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
In PROC PRINT, can you print only variables that begin with the letter “A”?