DSHIPINT
The DSHIPINT system initialization parameter specifies the interval between invocations of the timeout delete mechanism.
- DSHIPINT={120000|0|hhmmss}
- The timeout delete mechanism removes any shipped terminal definitions
that have not been used for longer than the time specified by the
DSHIPIDL parameter. You can use this parameter in a transaction routing environment, on the application-owning and intermediate regions, to control:
- How often the timeout delete mechanism is invoked
- The approximate time of day at which a mass delete operation is
to take place, relative to CICS® startup
Note: For more flexible control over when mass delete operations take place, you can use a CEMT SET DELETSHIPPED or EXEC CICS SET DELETSHIPPED command to reset the interval. (The revised interval starts from the time the command is issued, not from the time the remote delete mechanism was last invoked, nor from CICS startup.)
- 0
- The timeout delete mechanism is not invoked. You might set this value in a terminal-owning region, or if you are not using shipped definitions.
- hhmmss
- A 1- to 6-digit number in the range 1-995959. Numbers that have fewer than six digits are padded with leading zeros.