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 command used to find missing values?
Describe the ways in which you can create macro variables? : sas-macro
what is sas olap server? : Sas-di
How do you specify the number of iterations and specific condition within a single do loop?
What versions of SAS have you used (on which platforms)?
Give an example where SAS fails to convert character value to numeric value automatically?
What are the differences between sum function and using “+” operator?
Are you involved in writing the inferential analysis plan? Tables specfications?
State the difference between INFORMAT and FORMAT ?
what has been your most common programming mistake? : Sas programming
Can you execute macro within another macro? : sas-macro
What is the difference between input and infile statement?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?