z/OS JES2 Installation Exits
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Recommendations for implementing Exit 44

z/OS JES2 Installation Exits
SA32-0995-00

If you use Start of changeexit 6 or exit 60End of change to extract information from the job's JCL and created installation-specific control blocks, you can implement Exit 44 to write those installation-specific control blocks to spool by:
  1. Issuing a $GETBUF macro to obtain a buffer. The information contained in the installation-specific control block should be moved into the buffer.
  2. Issuing a $CBIO macro to write the buffer to spool.
  3. Updating a user field in the $JCT with the address of the spool installation-specific control block.
  4. If you intend to update the JQE passed in your exit, $DOGJQE should be used to obtain an update mode JQE and to return it when the updates are complete. You do not need to write the $JCT to spool since JES2 will write the $JCT to spool after returning from Exit 44.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014