CHKSTSK
The CHKSTSK parameter specifies that task storage-violation checking at startup is to be activated or deactivated.
- CHKSTSK={CURRENT|NONE}
- Valid values are as follows:
- CURRENT
- All storage areas on the transaction storage chain for the current task only are to be checked.
- NONE
- Task storage-violation checking is to be deactivated.
You can also use the CICS-supplied transaction, CSFE, to switch task storage-violation checking on and off.
For information about checking for storage violations, see What to do if CICS has stalled.
Restrictions You can specify the CHKSTSK parameter in PARM, SYSIN, or CONSOLE only.