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 happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
What are the default statistics for means procedure?
How do you debug macros?
what is the need of INDEX in datasets?
do you need to know if there are any missing values? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
What is the function of Stop statement in a SAS Program?
what is the function of catx syntax? : Sas-administrator
How to select the observations randomly from a SAS dataset
What is difference between (a-z) and (a--z)