- noCommitOnReturn
- Changes to resources on the remote CICS® region are not committed until
the current task commits its resources. This is the default setting.
- commitOnReturn
- Changes to resources on the remote CICS region are committed whether
or not the current task subsequently abends or encounters a problem.
- releaseAtTaskEnd
- Indicates that CICS should automatically allow the program to be unloaded
at task termination.
- hold
- Indicates that CICS should not automatically allow the program to be
unloaded at task termination. (In this case, this or another task must explicitly
use the unload method).
[[ Contents Previous Page | Next Page Index ]]