Updating JCL
Before you can record and virtualize Db2® activity in COBOL and PL/I applications on z/OS® systems, you must update JCL for any batch jobs that you want to record.
Before you begin
Procedure
- Add your SEQAMOD data set in the batch job STEPLIB DD.
You can ask your system programmer for this data set name. For more information, see the related links.
- When you depend on the information provided by the Agent for z/OS to the Profile Service in IBM z/OS Debugger to determine which batch jobs, steps, or programs to intercept (also known as running in Delay Debug mode), add the following CEEOPTS DD statement to each step to be intercepted:
//CEEOPTS DD * TEST /*
-
If you do not use Delay Debug mode, you can set up the environment variables required to
intercept Db2® calls from programs running in batch by following these steps: