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
Describe the function and utility of the most difficult SAS macro that you have written?
Explain proc sort?
where to use sas business intelligence? : Sas-bi
What is the role of administrative users? : sas-grid-administration
What is the difference between %put and symbolgen? : sas-macro
How will you generate test data with no input data?
What are the automatic variables for macro? : sas-macro
what are validation tools that are used in sas? : Sas-administrator
What are the features of SAS?
What is the difference between the proc sql and data step?
How can sas program be validated?
what is the difference between infile and input? : Sas-administrator
explain about various caches available in data integrator? : Sas-di
List out some key concept of SAS
how does sas handle missing values in sort order? : Sas programming