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 |
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What would you change about your job?
How would you remove a format that has been permanently associated with a variables?
how many types of prompts are there? : Sas-bi
what is the main difference between rename and label? (don't say that they both perform the same function).
What is the order of evaluation of the following operators + - * / ** () ???
How do you add a number to a macro variable? : sas-macro
Are you familiar with special input delimiters? How are they used?
how will you location sas platform applications available from web browser? : Sas-bi
how the sas basic syntax style described? : Sas-administrator
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How could you generate test data with no input data?