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 are the differences between proc report and proc tabulate?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
How would you include common or reuse to be processed along with your statements?
How would you delete observations with duplicate keys?
Why do we use QUIT commmand for proc datasets and proc sql ???
What is proc sort?
Are you familiar with special input delimiters How are they used?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What are the automatic variables for macro? : sas-macro
what is program data vector? : 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 are common programming errors committed in sas