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 |
How would you create multiple observations from a single observation?
explain the difference between proc means and proc summary?
How to specify variables to be processed by the freq procedure?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
how do you debug and test your sas programs? : Sas programming
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
How do dates work in sas?
name several ways to achieve efficiency in your program? : Sas programming
which domain is better in sas? clinical trails or banking
What is the difference between match merge and one to one merge?
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?