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 is the use of %include statement?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Differentiate between format and informat? : sas-grid-administration
What are types of transport files?
how sas deals with business intelligence? : Sas-bi
how many display types available in sas bi dashboard? : Sas-bi
What are the different servers in sas? : sas-grid-administration
What is the basic structure of a sas program?
What are the ways in which macro variables can be created in sas programming?
what is ae onset date n what is RDS
what are sas bi dashboard components? : Sas-bi
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what is the function of catx syntax? : Sas-administrator
what is the use of proc sql? : Sas programming
how can you create zero observation dataset? : Sas programming