Options are available for commands sent to the configured CICS request exit.
To get help on the available options, issue the following command:
ctgadmin -a crexit -?
Option | Short form | Description |
---|---|---|
-command=command | -cmd=command | The command that is sent to the configured
CICS request exit. This is a string. The eventFired() method is driven with a RequestEvent command. The command input data is included as a string in the data map with RequestData key "CommandData". |