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
What are the difference between the sas data step and sas procs?
What is a put statement?
Explain the special input delimiters used in sas programming.
How would you determine the number of missing or nonmissing values in computations?
How to specify variables to be processed by the freq procedure?
What does P-value signify about the statistical data?
How would you define the end of a macro?
How do you add a number to a macro variable? : sas-macro
explain the concepts and capabilities of business object? : Sas-bi
What are the 3 components in sas programming?
how many types of prompts are there? : Sas-bi
what is hierarchy flattening? : Sas-di
How would you identify a macro variable?
How can I remove header from output data set?
What does the trace option do?