
Additional System Considerations Activating BIM-EPIC Support for Multiple Job Exits
Chapter 2. Installing the Basic System 2-65
Additional System Considerations
Activating BIM-EPIC Support for Multiple Job Exits
IBM provides support for multiple job exits for VSE/ESA 1.2.0 and above. This IBM feature
is optional. If your installation uses this support, you must place BIM-EPIC in the list of job
exits called, using the following procedure. If you do not use multiple job exit support, you
can skip this task. In this section, we assume familiarity with IBM’s requirements for multiple
job exits.
Update the $JOBEXIT user exit list, as described in the IBM Guide to System Functions.
Choose a $JOBEXnn phase name that is not yet in use. For example purposes, $JOBEX01 is
used. Add the following two statements to your $JOBEXIT user exit list: The TSIDJCL
identifier allows BIM-EPIC to identify its own job exit. This information is required at BIM-
EPIC activation.
DC CL8'$JOBEX01' BIM-EPIC job exit name
DC CL8'TSIDJCL' BIM-EPIC job exit identifier
In this example, the BIM-EPIC jobexit is first in the list, preceding the accounting and job
scheduling exits.
// OPTION CATAL
// EXEC ASSEMBLY
PUNCH ' PHASE $JOBEXIT,S,SVA '
START 0
DC CL8'JCLLUSEX' Identifier of user exit list
DC CL8'$JOBEX01' BIM-EPIC jobexit name
DC CL8'TSIDJCL' BIM-EPIC jobexit identifier
DC CL8'$JOBEX03' Accounting jobexit name
DC CL8'ACCOUNT' Accounting jobexit identifier
DC CL8'$JOBEX05' Scheduling jobexit name
DC CL8'SCHED' Scheduling jobexit identifier
DC X'FFFFFFFF' End of table
END
/*
// EXEC LNKEDT
Rename the TSIDJUX module to the $JOBEXnn name you used in Step 1, using the LIBR
RENAME function.
Description
Step 1
Example
Step 2
Comentarios a estos manuales