sas macros

Answers were Sorted based on User's Feedback



sas macros..

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

sas macros..

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

sas macros..

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

sas macros..

Answer / jyotshna

sas macros stores in autocall library.(default)

Is This Answer Correct ?    8 Yes 2 No

sas macros..

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

sas macros..

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

sas macros..

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

sas macros..

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

sas macros..

Answer / xyz

Re usable String

Is This Answer Correct ?    0 Yes 0 No

sas macros..

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

Post New Answer

More SAS Interview Questions

How would you delete duplicate observations?

9 Answers  


What is instream data in SAS?

1 Answers  


I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?

6 Answers  


PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?

7 Answers   HP,


what is syntax of proc merge ?

7 Answers   TCS,






Name statements that are execution only.

4 Answers  


hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process

2 Answers   HSBC,


What can you learn from the SAS log when debugging?

0 Answers   Quintiles,


how many data types in sas? : Sas-administrator

1 Answers  


How to convert .xls file into CSV format?

6 Answers   Quintiles,


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?

5 Answers  


Categories