Tell different ways to create Macrovarible?
Answer Posted / 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 |
Post New Answer View All Answers
What was the last computer book you purchased? Why?
How can you create a macro variable with in data step? : sas-macro
Tell e how how dealt with..
How do dates work in SAS data?
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
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is the difference between match merge and one to one merge?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How long can a macro variable be? A token? : sas-macro
how could you generate test data with no input data? : Sas programming
describe the interaction table in sas di? : Sas-di
what is sas olap server? : Sas-di
What is the basic structure of a sas program?
how will you locate the sas platform applications? : Sas-bi
What is the difference between INPUT and INFILE ?