One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / lavanya
In addition to the %LET statement, other features of the macro language that create macro variables are
iterative %DO statement
%GLOBAL statement
%INPUT statement
INTO clause of the SELECT statement in SQL
%LOCAL statement
%MACRO statement
SYMPUT routine and SYMPUTN routine in SCL
%WINDOW statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you execute a macro within a macro? Describe. : sas-macro
Explain translate function?
Explain what is SAS informats?
What is the general format of function in sas? : sas-grid-administration
what is metadata? : Sas-bi
where to use sas business intelligence? : Sas-bi
how to do user inputs and command line arguments in sas?
What do the put and input function do?
what are input dataset and output dataset options? : Sas programming
What is run-group processing?
what are the scrubbing procedures in sas? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
What is the maximum length of the macro variable?
what is null hypothesis? why do you consider that?
What Proc glm does?