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 is maximum storage capability of SAS?
Explain what is data step?
Are you involved in writing the inferential analysis plan? Tables specifications?
What do the PUT and INPUT functions do?
What is the difference between order and group variable in proc report?
what is SAS OPTIMIZATION?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What are the difficulties u faced while doing vital signs table or dataset?
how many types prompting framework can be broken down to? : Sas-bi
Explain proc sort?
Why and when do you use proc sql?
How do you test for missing values?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
do you prefer proc report or proc tabulate? Why? : Sas programming
why a stop statement is needed for the point= option on a set statement?