How would you include common or reuse code to be processed
along with your statements?

Answers were Sorted based on User's Feedback



How would you include common or reuse code to be processed along with your statements?..

Answer / mallikarjuna reddy.vanna

i think, it is by using %include statement

Is This Answer Correct ?    10 Yes 0 No

How would you include common or reuse code to be processed along with your statements?..

Answer / rishie

by calling a macro into your program
data x;
set x;
%Z;
run;

Is This Answer Correct ?    0 Yes 1 No

How would you include common or reuse code to be processed along with your statements?..

Answer / vinod swarna

autocall macro's too.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SAS Interview Questions

What is the maximum length of the macro variable? : sas-macro

0 Answers  


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

0 Answers   Satyam,


How would you code the criteria to restrict the output to be produced?

6 Answers   Accenture,


Name few SAS functions?

0 Answers  


sas macros

12 Answers   TCS,


How to create list output for cross-tabulations in proc freq?

0 Answers  


what are sas/access and sas/connect? : Sas programming

0 Answers  


What is by-group processing?

0 Answers  


How many versions came upto now in SAS?

3 Answers   CTS, TCS,


How to create a permanent sas data set?

0 Answers  


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

0 Answers  


how does sas handle missing values in sort order? : Sas programming

0 Answers  


Categories