CHCONN view
To display information about the use of individual connections by IBM CICS transactions, perform one of the following actions:
- Hyperlink from the Connections Used by Txn field of the CHISTDIO view.
Issue the following command:
CHCONN region
where region is the name of the target CICS region.
The CHCONN view is displayed.
COMMAND ===> SCROLL ===> PAGE
CURR WIN ===> 1 ALT WIN ===>
W1 =CHCONN============BCVDS71D=*========ddmmmyyyy==1hh:mm:ss====MVCICS===D====3
Task CICS Lcl Task Lcl Task Tran Conn Other Conn Count Time T P F
Num System End Date End Time ID Name APPLID Type P L L
20845 BCVDS71D 24JUN2016 10:22:11 PLUT S70D BCVDS70D APPC 26 0.7276 Y
20829 BCVDS71D 24JUN2016 10:21:18 PLUT S70D BCVDS70D APPC 26 1.1593 Y
20828 BCVDS71D 24JUN2016 10:21:01 PLUT S70D BCVDS70D APPC 26 1.4065 Y
Related views
The following views are part of the CHCONN family of views.
View | Description |
---|---|
CHCONNQ | To display the the Quick menu for connections usage, hyperlink from the Task Num field of the CHCONN view. |
CHCONND | To display details about connection usage by individual transactions, hyperlink from the Lcl Task End Date field of the CHCONN view. |
CHCONNF | To display details about connection usage by transactions for function-shipping file requests, hyperlink from the F L field of the CHCONN view. |
CHCONNP | To display details about connection usage by transactions for distributed transaction processing, hyperlink from the T P field of the CHCONN view. |
CHCONNL | To display details about connection usage by transactions for distributed program link processing, hyperlink from the P L field of the CHCONN view. |
CHCONNT | To display details about connection usage by transactions for function shipping TDQ (transient data queue) requests, hyperlink from the T D field of the CHCONN view. |
CHCONNS | To display details about connection usage by transactions for function shipping TSQ (temporary storage) requests, hyperlink from the T S field of the CHCONN view. |
CHCONNC | To display details about connection usage by transactions for function shipping of interval control requests, hyperlink from the I C field of the CHCONN view. |
CHCONNI | To display details about connection usage by transactions for function shipping of DBCTL EXEC DLI or CALL DLI requests, hyperlink from the D C field of the CHCONN view. |
CHCONNZ | This view provides summarized count of the connection usage by transaction. By default, the data is summarized by transaction ID. The count field shows how many transactions are represented by each line of summary data. |
Related topic