Space announcement This documentation space provides the same content as before, but the organization of the content has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.

DSECTs (2.D)


The DSECTs screen (2.D) displays CICS control blocks that are formatted as Assembler DSECTs for a given area in a format that includes field names, field lengths and attributes, and data. XPSP users can use the DSECTs-9-D screen to make updates.

Important

Many areas are protected from update for XPED/XPRT users.

Access this screen by typing the letter D on the Debugging Facilities Menu (2), or type =2.D in the COMMAND field.

DSECTs Screen (2.D)

 -------------------------------- DSECTS (2.D) ----------------------------C024
COMMAND ===>                                                   SCROLL ===> CSR
 MODULE: CWDEMCB2 CSECT: CWDEMCB2          COMPILED: 09 JUN 2005 - 11.23.01
 TABLE/AREA: CSA                                TABLE ENTRY ID: ________
  LABEL: ______________________________

8004FA18     DFHCSADS             DSECT
8004FA18 000 DFHCSABA             EQU   *-DFHCSADS
8004FA18 000 CSAOSRSA             DS    XL72     00000198 0004B020 * ...q..^. *
8004FA60 048 CSASOSI              DS    0C
8004FA60 048 CSASSI1              DS    XL1      00                * .        *
              CSAFPURG             EQU   X'80'
              CSAFTCAB             EQU   X'40'
              CSASDTRN             EQU   X'20'
              CSACSDOP             EQU   X'02'
              CSASOSON             EQU   X'01'
8004FA61 049 CSAKCMI              DS    0C
8004FA61 049 CSASSI2              DS    XL1      10                * .        *
              CSATCPEV             EQU   X'01'
              CSAMXTON             EQU   X'02'
              CSATQIM              EQU   X'04'
              CSATCPQM             EQU   X'08'
              CSAPLTPI             EQU   X'10'
              CSATCSCN             EQU   X'20'

Data Area

The fields in the data area can be changed in one of two ways:

  • Type over the data on the hexadecimal display portion of the screen.
  • Type over the translated section on the right side of the screen between the asterisks with 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 common area (Db2 only)
  • SQLDA: SQL description area (Db2 only)
  • STCA: System task control area
  • 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”.

Important

If a PPT or PCT entry is requested from this field, Code Debug CICS automatically transfers to the Task-Storage-Display-2-S screen. If the RCT is requested from this field, Code Debug automatically transfers to the Task-Storage-Display-2-S screen.

To position the display at the correct area of storage, specify a TABLE/AREA, a LABEL, or both.

TABLE ENTRY ID

Entry to access in the table or area. Type the table entry name for direct retrieval of the requested area. When no entry is specified, the display starts with the beginning of the table.

LABEL

Indicates the label where the display should begin in a CICS DSECT.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*