One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / prem krishnan
1) %macro <macroname> ( );
%mend (<macroname>;
a DATA step that contains a SYMPUT routine within a macro
definition
a DATA step that contains a SYMPUTX routine within a macro
definition
a SELECT statement that contains an INTO clause in PROC SQL
within a macro
definition
a %LOCAL statement.
%global statement
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the difference between sas functions and procedures?
What function CATX syntax does?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What would be the value of month at the end of data step execution and how many observations would be there?
Explain proc sort?
How substr function works in sas?
how do you debug and test your sas programs? : Sas programming
Explain the difference between using drop = data set option in set and data statement?
In ARRAY processing, what does the DIM function do?
What are the 3 components in sas programming?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the difference between where and if statement?
Give e an example of..
What do the PUT and INPUT functions do?
Describe the function and untility of the most difficult SAS macro that you have written.