DSECTs (9.D)
Related Topics
The DSECTs screen (9.D) displays a DSECT for a given area in a format that includes field names, field lengths and attributes, and data. You can update any of these fields.
Access this screen by typing the letter D on the System Facilities Menu (9), or as described in Transferring Between Screens.
DSECTs Screen (9.D)
COMMAND ===> SCROLL ===> CSR
MODULE: CWDEMCB2 CSECT: CWDEMCB2 COMPILED: 09 JUN 2005 - 11.23.01
TABLE/AREA: CSA TABLE ENTRY ID: ________
LABEL: ______________________________
CSAFRCQR EQU X'10'
8004FADD 0C5 CSACIMOD DS XL1 00 * . *
CSAMOD00 EQU X'00'
CSAMOD01 EQU X'01'
CSAMOD02 EQU X'02'
CSAMOD03 EQU X'03'
8004FAE0 0C8 CSAOPFLA DS XL4 0004F2A0 * ..2. *
8004FAF0 0D8 CSABTCCB DS XL4 00000000 * .... *
8004FAFA 0E2 CSALEN DS XL2 020C * .. *
8004FAFC 0E4 CSACWAA DS XL4 000C0000 * .... *
8004FB00 0E8 CSACWAL DS XL2 0200 * .. *
8004FB04 0EC CSATCA31 DS XL8 373767DC 0000007A * .......: *
8004FB0C 0F4 CSATCA24 DS XL8 37376890 0000007B * .......# *
8004FB14 0FC CSARMSBP DS XL8 00000000 00000000 * ........ *
8004FB20 108 CSATCADF DS XL4 37E00080 * .\.. *
8004FB24 10C CSAQRTCB DS XL4 008C4B68 * .... *
8004FB28 110 CSAEIPAD DS XL4 0008463C * .... *
8004FB2C 114 CSABRSAA DS XL4 37E1E000 * ..\. *
The screen shows unprotected areas critical to the operation and protection of the CICS region. All tables and areas accessed may be updated interactively. The integrity of CICS control areas is the responsibility of the XPSP user.
Data Area
The data area may be changed in one of two ways:
- Overtype the data on the hexadecimal display portion of the screen.
- Overtype the translated section (between the asterisks on the right side of the screen) with the actual character values.
Input Fields
TABLE/AREA
Table or area to be displayed. Valid entries are:
- CLOT: CICS life of task block (Db2 only)
- CSA: Common system area
- DCT: Destination control table
- EIB: Execute interface block
- EIS: Execute interface storage
- FCT: File control table
- OFL: Optional features list
- PCT: Program control table
- PLIST: Parameter list (Db2 only)
- PPT: Processing program table
- RCT: Resource control table (Db2 only)
- SIT: System initialization table
- SQLCA: SQL communication area (Db2 only)
- SQLDA: SQL descriptor area (Db2 only)
- STCA: System portion of TCA
- TCA: Task control area
- TCT: Terminal control table
- User-defined DSECTs. For more information, see the Code Debug CICS Advanced Configuration space section entitled “Defining-and-Displaying-User-Defined-DSECTs”.
TABLE ENTRY ID
Name of the desired entry for the table entered.
LABEL
Label that positions the display at a specific label in a CICS DSECT.