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 difficulties u faced while doing vital signs table or dataset?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Differentiate input and infile.
What is proc sort?
Difference between informat and format?
Explain why double trailing @@ is used in input statement?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How to create a permanent sas data set?
Explain what is SAS informats?
what is ae onset date n what is RDS
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the advantages of using sas?
Which are the statements whose placement in the data step is critical?