How would you include common or reuse code to be processed
along with your statements?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
i think, it is by using %include statement
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between %local and %global?
what is the use of proc contents and proc print in sas? : Sas-administrator
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
Explain the use of proc gplot? : sas-grid-administration
what is function of retain statment
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
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?
AE datasets names? how many types?
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
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?
What is the good sas programming practices for processing large data sets?