InterviewSolution
Saved Bookmarks
| 1. |
Can you code instream data in PROC. |
|
Answer» No, it is not possible to use instream DATA inside a PROC. This is a rule. It is usually better to code a few dummy STATEMENTS inside the PROC and OVERRIDE the DD statements from the JCL before executing it. |
|