This option is available to interact with CICS® request exits dynamically.
/F <JOB_NAME>,APPL=CREXIT,?
Option | Short form | Comments |
---|---|---|
COMMAND=command | CMD=command | The command that is sent to the CICS request exit. The value is a string. The eventFired() method is driven with an ExitEvent.Command event. The command input data is included as a string value in the data map for the key "ExitEventData.CommandData". |