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

Page 88

Advertising
background image

CEMT INQUIRE DB2TRAN CEMT INQUIRE DELETSHIPPED


CEMT INQUIRE DB2TRAN

Function:

Returns attributes of a particular DB2TRAN that

associates a transaction or group of transactions with a
DB2ENTRY.

Description:

The DB2TRAN is identified by the name it

was defined with in CEDA. For RCTs migrated to the CSD,
the name is the same as the transaction for which the
DB2TRAN is being created.

Input:

If a TRANSID is specified on a DB2ENTRY when

the DB2ENTRY is installed, CICS installs a DB2TRAN
named DFHtttt, where tttt is the TRANSID.

Sample screen

inquire db2tran
STATUS:

RESULTS - OVERTYPE TO MODIFY

Db2t(DFHTXNᑍ ) Db2e( DB2ENT2

) Tra( TXNᑍ )

Db2t(DFHTXN2 ) Db2e( DB2ENT1

) Tra( TXN2 )

Db2t(TXN1

) Db2e( DB2ENT1

) Tra( TXN1 )

Figure 58. CEMT INQUIRE DB2TRAN screen

If you place the cursor against the result and press ENTER,
an expanded format is displayed as shown in Figure 59.

inquire db2tran

RESULT - OVERTYPE TO MODIFY

Db2tran(DFHTXNᑍ)

Db2entry( DB2ENT2

)

Transid( TXNᑍ )

Figure 59. The expanded display of an individual entry

──CEMT Inquire DB2Tran─

─┬

─────────────

─────

─(data-area)

─┬

─────────────────────

────────────────────

─DB2Entry(data-area)

─┬

────────────────────

─Transid(data-area)

Displayed fields

DB2Entry

returns the name of the DB2ENTRY to which this
DB2TRAN refers. This is the DB2ENTRY with which this
additional transaction should be associated.

Transid

specifies the transaction ID to be associated with the
entry. The transaction id can include wildcard characters
(see the

CICS Resource Definition Guide for information

about use of wildcard characters).

CEMT INQUIRE DELETSHIPPED

Function:

Display system settings that control the CICS

timeout delete mechanism.

Description:

The CICS timeout delete mechanism is

invoked at user-specified intervals to remove any shipped
terminal definitions that have not been used for longer than a
user-specified time.

INQUIRE DELETSHIPPED displays the current settings of
the parameters that control the mechanism.

Input:

Press the Clear key and type

CEMT INQUIRE

DELETSHIPPED

(the minimum abbreviation is

CEMT I DE

). You

will get a display screen.

To change attributes, you can:

Overtype your changes on the INQUIRE screen after
tabbing to the appropriate field.

Use the CEMT SET DELETSHIPPED command.

Sample screen

IN DELE
STATUS: RESULTS - OVERTYPE TO MODIFY

Del Int( 12

) Idl( 2

)

Figure 60. CEMT INQUIRE DELETSHIPPED screen

If you place the cursor against the result and press ENTER,
CICS displays an expanded format as shown in Figure 61.

IN DELE

RESULT - OVERTYPE TO MODIFY

Deletshipped
Interval( 12

)

Idle( 2

)

Figure 61. The expanded display

─CEMT Inquire DEletshipped ─────────────────

─┬

─────────────

─┬

─────────────────

─IDle(value)

─INterval(value)

Displayed fields

DEl

identifies this panel as relating to CICS timeout delete
information.

IDle(

value)

displays, in the form “0hhmmss

+

”, the minimum time

that an

inactive shipped terminal definition must remain

70

CICS Supplied Transactions

Advertising