sas macros
Answers were Sorted based on User's Feedback
Answer / sudheer
its is use to customaze the sas environment, it can be
used to do a repeatative task
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / ramesh babu
Macroes are Compiled Programes by macro procescer
it can be used for reuse
to save space
to consume execution time
to reduce code
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / mohan reddy
MACRO IS A STORED TEXT THAT CAN BE USED ANY WHERE IN THE SAS
SYSTEM.THE STORED CODE CAN BE USED REPETATIVLY WORK.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / jyotshna
sas macros stores in autocall library.(default)
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / srinivas
Use With Macro Language We Can develop Reuseble applications
this applications we can use unlimited times.Use with Macro
language we can save more time and work for
programming.basically macros is most useful tool in the sas.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / swathi
MACRO IS A CHARACTER BASED LANGUAGE.MACRO ALLOWS U TO WRITE
A PIECE OF CODE ONCE AND USE IT AGAIN AND AGAIN IN THE SAME
PROGRAM OR IN DIFFERENT.IT IS A RE-USEABILITY OF CODE.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / srimaheshbabu
Macro is a tool.By using macros we can do the
customize,reduce and extent
minimum amount of text.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravi
Macro is a tool.It is used to customize,reduce and extent
minimum amount of text.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / t v r kumar
Macro is used to do reptative task we can call to any
program between the programers.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to read character value without using substr function in sas ?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
how can you put a "trace" in your program? : Sas programming
When merging 2 datasets with a common variable (not merge key), how to keep both?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What SAS statements would you code to read an external raw data file to a DATA step?
what are different type of sas servers ? On which server does the sas code execute ?
what is portability of sas programmes?
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 proc sql pass through facility?
Explain what is data step?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming