InterviewSolution
Saved Bookmarks
| 1. |
How Do You Fire A Batch Job From A Cics Txn ? |
|
Answer» DEFINE an extrapartition TDQ as an internal reader and write the JCL to it. TERMINATE the JCL with /*EOF. Define an extrapartition TDQ as an internal reader and write the JCL to it. Terminate the JCL with /*EOF. |
|