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 difference between %local and %global?

1 Answers  


what is the use of proc contents and proc print in sas? : Sas-administrator

1 Answers  


i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers

3 Answers   SAS,


Explain the use of proc gplot? : sas-grid-administration

1 Answers  


what is function of retain statment

1 Answers   PPD,


If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?

8 Answers   HCL,


The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?

6 Answers   Oracle,


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1 Answers   Quintiles,


AE datasets names? how many types?

1 Answers   Accenture,


There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?

1 Answers   Oracle,


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

4 Answers  


What is the good sas programming practices for processing large data sets?

1 Answers  


Categories