One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / satyanand
•A %LET statement (used outside a macro definition)
•A DATA step that contains a SYMPUT routine
•A DATA step that contains a SYMPUTX routine (beginning in
SAS 9)
•A SELECT statement that contains an INTO clause in PROC SQL
•A %GLOBAL statement.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which are the statements whose placement in the data step is critical?
Difference between sum function and using “+” operator?
What is the general format of function in sas? : sas-grid-administration
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 is the Population you used in your project, is it ITT or PP?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How do you delete duplicate observations in sas?
What is the difference between nodupkey and nodup options?
What are the ways to do a “table lookup” in sas?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What are pdv and it functions?
What is the difference between the proc sql and data step?
what is the use of sas management console? : Sas-di
Compare sas with other data analytics tools.