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
For what purposes have you used sas macros? : sas-macro
Compare sas with other data analytics tools.
Describe 5 ways to do a “table lookup” in SAS?
what is SAS OPTIMIZATION?
What is connection profile? : sas-grid-administration
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How do dates work in SAS data?
What is the difference between using drop = data set option in data statement and set statement?
Can you explain the process of calendar?
explain what is data set in sas? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What does PROC print, and PROC contents do?
Explain data_null_?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Do you need to rearrange the order of the data for the report?