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 advantages of using sas?
Explain the special input delimiters used in sas programming.
Briefly explain input and put function?
why is sas considered self-documenting? : Sas programming
what is sas metadata repository? : Sas-bi
Mention few capabilities of sas framework.
What are the different versions of sas that you have used until now? : sas-grid-administration
Describe 5 ways to do a “table lookup” in SAS?
For what purposes have you used sas macros? : sas-macro
how do you want missing values handled? : Sas programming
what is program data vector? : Sas-administrator
What are the limitations for memory allocation for SAS variables
What are the functions which are used for character handling functions?
What is the maximum length of the macro variable?
How many data types are there in SAS?