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 |
what is operational data and operational system? : Sas-di
what is sas? is a package or tool? give me introduction about sas?
What is the difference between reading data from an external file and reading data from an existing data set?
which date function advances a date, time or datetime value by a given interval? : Sas programming
how to read the variables in sas? : Sas-administrator
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
what is the difference between SET and MERGE?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
in data set200 observation how to take 110,150,170 using sql procedure?
why is the use of Retrive statement and give me with example?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
how the sas basic syntax style described? : Sas-administrator