Previous Topic: Default ProcessingNext Topic: Building on z/OS


Customizing the Exit

Copy the TIRQCNTX exit to one of your libraries and modify as required. The exit does not use CICS commands so it does not need to be translated for CICS and it specifies the RUNTIME-PARM1 and RUNTIME-PARM2 in both the Linkage Section and the Procedure Division statement. Ensure these are removed if CICS API calls are added.

The TIRQCNTL-QUEUE-NAME needs to be unique per CICS region.

The TIRQCNTL-STORAGE-TYPE can be set to either USE-AUXILIARY-STORAGE instead of USE-MAIN-STORAGE.