Cemt perform commands, Cemt perform deletshipped – IBM CICS Transaction Server for OS/390 SC33-1686-02 User Manual

Page 173

Advertising
background image

CEMT PERFORM commands CEMT PERFORM DELETSHIPPED

CEMT PERFORM commands

The CEMT PERFORM commands are not concerned with
resource status. They are used to:

Cause the CICS timeout delete mechanism to be
invoked immediately (PERFORM DELETSHIPPED)

Dump and continue processing (PERFORM DUMP or
PERFORM SNAP)

|

End an affinity owned by CICS (PERFORM

|

ENDAFFINITY)

Reset the date and time of day (PERFORM RESET)

Rebuild the RACF resource profile (PERFORM
SECURITY REBUILD)

Shut down the CICS region (PERFORM SHUTDOWN)

Request statistics to be recorded (PERFORM
STATISTICS RECORD).

Descriptions of the CEMT PERFORM commands follow in
alphabetic order. The operands for each of the commands
are also presented in alphabetic order.

CEMT PERFORM DELETSHIPPED

Function:

Cause the CICS timeout delete mechanism to

be invoked immediately.

Description:

The CICS timeout delete mechanism

removes any shipped terminal definitions that have not been
used for longer than the time specified on the DSHIPIDL
system initialization parameter, or on a subsequent SET
DELETSHIPPED IDLE command. The interval between
scheduled invocations of the mechanism is specified on the
DSHIPINT system initialization parameter, or on a
subsequent SET DELETSHIPPED INTERVAL command.

PERFORM DELETSHIPPED invokes timeout delete
immediately.

Notes:

1. Shipped definitions are not deleted if there is an

automatic initiate descriptor (AID) associated with the
terminal.

2. Issuing a PERFORM DELETSHIPPED command does

not reset the start of the time interval until the next
invocation of the timeout delete mechanism. In other
words, causing the timeout delete mechanism to be
invoked immediately does not affect the time remaining
until the next scheduled invocation.

Syntax

─CEMT Perform DEletshipped ─

Chapter 11. Master terminal CEMT

155

Advertising