Can you excute a macro within a macro? Describe.
Answers were Sorted based on User's Feedback
Answer / i.hari prasad reddy
we can excute a macro within a macro using symget.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mallikarjuna reddy
such macros are called nested macros. that can be obtained
by using symget and call symput macros.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / yella reddy
Above answer not sufficient. using SYMGET can resolve upper
most macro only, but not for nested macros. for executing
macro with in macro use RESOLVE function.
| Is This Answer Correct ? | 1 Yes | 0 No |
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What are the different types of sas functions?
how to perform paired t-test using Base/SAS & SAS/Stat?
how many types of prompts are there? : Sas-bi
sas macros
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
What does the trace option do?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
what is Enterprise Guide?what is the use of it?
Explain substr function?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE