Can you excute a macro within a macro? Describe.
Answers were Sorted based on User's Feedback
Answer / aravind9882
s,v can execute a macro with in a macro and this type of
macros r called nested macros
| Is This Answer Correct ? | 9 Yes | 0 No |
At compile time when a SAS data set is read, what items are created?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
Enlist the syntax rules followed in sas statements.
What is the difference between reading data from an external file and reading data from an existing data set?
explain what is data set in sas? : Sas-administrator
what is sas metadata server? : Sas-di
What are common programming errors committed in sas
how to rearrange the data as our wish by using dataset block?
Explain the difference between nodup and nodupkey options?
what techniques and/or procs do you use for tables? : Sas programming
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming