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


Programming considerations

z/OS JES2 Installation Exits
SA32-0995-00

  1. Be sure your exit routines be in common storage. Do not linkedit this exit with HASPFSSM.
  2. The $SAVE and $RETURN services are available in the FSS environment.
  3. The service routines provided in the HASPFSSM module may be used within your exit routine. The cell pool services, $GETBLK and $RETBLK can be used to acquire save areas and other predefined storage cells dynamically. You are responsible for returning all storage cells explicitly acquired.
  4. Locating JCT Control Block Extensions

    You can locate extensions to the job control table ($JCT) control block from this exit using the $JCTXGET macro. For example, you can use these extensions to store job-related information. For more information, see z/OS JES2 Macros.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014