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 |
explain the concepts and capabilities of business object? : Sas-bi
Name statements that are recognized at compile time only?
What are the data types in sas?
How does the internal authentication work in sas? : sas-grid-administration
What is PDV?
Explain data step in SAS
In which format does Date stores in sas..? What is the use of DATE in SAS.?
Code the MEANS to produce output to be used later.
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
how could you generate test data with no input data? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is the maximum length of the macro variable?