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
Explain the use of proc print and proc contents?
for what purpose would you use the retain statement? : Sas programming
How sas treats the dsd delimiters?
Name types of category in which SAS Informats are placed?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is the difference between where and if statement?
what is sas and what are the functions? : Sas-administrator
What is the use of PROC gplot?
what r the job openings SAS for fresher graduates !
Which are the statements whose placement in the data step is critical?
Explain the special input delimiters used in sas programming.
What do you know about sas data set?
Explain proc sort?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How to include or exclude specific variables in a data set?