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 |
where will go the observations that were deleted by delete statement?
Explain the difference between using drop = data set option in set and data statement?
What is maximum number of rows and cols can be handled in SAS?
Have you ever used the SAS Debugger?
explain about various caches available in data integrator? : Sas-di
How would you identify a macro variable?
How can you limit the variables written to output dataset in data step?
What are the features of SAS?
How to convert .xls file into CSV format?
What is the difference between informat and format statement?
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 set to a second data set, and the non-matches of the right-most data set to a third data set.
How to select the observations randomly from a SAS dataset