InterviewSolution
Saved Bookmarks
| 1. |
What are the statements that are not valid to be included in an INCLUDE statement? |
|
Answer» Dummy DD statements, data card specifications, PROCs, JOB, PROC statements cannot be coded within an INCLUDE member. An INLCUDE statement can be coded within an INCLUDE member and further nesting can be done up to 15 levels. |
|