CSECT Selections (2.6.2) - Documentation for BMC AMI DevX Code Debug for CICS 17.02

The CSECT Selections screen (2.6.2) displays the CSECTs that have been selected by the user for debugging. It also allows input if you desire to add, change, or delete CSECT selections.

Access the screen by typing 2 on the CSECT Display Menu, or as described in Transferring Between Screens.

CSECT Selections Screen (2.6.2)

 --------------------------- CSECT SELECTIONS (2.6.2) ---------------------C024 COMMAND ===> SCROLL ===> CSR MODULE: CWDEMCB2 CSECT: CWDEMCB2 COMPILED: 28 MAY 2003 - 11.11.29 ENTRY 000001 DEL MODULE CSECT LISTING OFFSET LENGTH ADDRESS ----------------------------------------------------------------------------- _ CWDEMCB2 CWDEMCB2 CWDEMCB2 00000048 00001C48 3B886988 _ CWDEMCB2 CWCDSUBA CWCDSUBA 00001C90 000000C1 3B8885D0 _ ________ ________________ ________ ________ ________ _ ________ ________________ ________ ________ ________ _ ________ ________________ ________ ________ ________

Input Fields

DEL

Enter D in this field to delete a CSECT selection.

MODULE

This field shows the name of the module containing the CSECT.

CSECT

This field shows the name of the CSECT that has been selected. The name can be changed if the user wishes, or a new CSECT can be selected by entering the name in a blank field.

LISTING

This field allows you to override the default name used to address a listing for the CSECT. The default is CSECT Name.

OFFSET

This field shows the hexadecimal offset of the CSECT within the module.

LENGTH

This field contains the hexadecimal length of the CSECT.

Output Field

ADDRESS

This field shows the resulting address of the CSECT. It can be used to check for possible errors in the input.

You Might Also Like