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 SAS OPTIMIZATION?
What is the use of %include statement?
How can you create a macro variable with in data step? : sas-macro
SAS using companies in chennai
Please write codes to merge two datasets and keep every record in the first dataset.
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
how can u join the two tables without using proc sql Joins and nested queries ?
For what purpose(s) would use the RETURN statement?
What are the criticality that you have faced during your project in SAS?
What is the use of divide function?
what are different analysis datasets you created and what are the new variables created
which stats created by proc means that are not created by proc summary or vice versa?