Tell different ways to create Macrovarible?
Answers were Sorted based on User's Feedback
Answer / shah
Four ways to create Macro variables:
1. %Let
2. %Macro(Keyword or Positional Parameters)
3. Proc SQL select into:
4. Call Symput
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / kamal sharma
1. %LET
2. %GLOBAL
3. %LOCAL
4. Macro parameter
5. %DO loop index variable
6. CALL SYMPUT / CALL SUMPUTX
7. PROC SQL INTO clause
8. ODS OUTPUT statement using the MATCH_ALL option
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / paramatma pulivarthi
there are 5 ways to create macro variable
1.by using %global
2.by using %local
3.by using %let
4.by using call symput
5.by using select and into clause
and
6. by passing the values to macro through the parameters.
| Is This Answer Correct ? | 1 Yes | 0 No |
what are some good sas programming practices for processing very large data sets? : Sas programming
Explain data_null_?
what is change analysis in sas di ? : Sas-di
Describe what are the different levels of administrative users in sas? : sas-grid-administration
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
What is _n_?
What is program data vector (pdv) and what are its functions?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what is the difference between %put and symbolgen?
Explain append procedure?
How substr function works in sas?