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 is sas application server, database server, sas olap server and sas metadata server? : Sas-di
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is hash files in sas and why we are using this one in sas?
Give e an example of..
Can you suggest us materials for sdtm mapping?
what are validation tools that are used in sas? : Sas-administrator
Name and describe three SAS functions that you have used, if any?
which features do you use to check the data validations and errors? : Sas-administrator
what are some differences between proc summary and proc means? : Sas programming
What is your favorite all time computer book? Why?
Describe the function and utility of the most difficult SAS macro that you have written?
How would you keep from overlaying the a SAS set with its sorted version?