DL/1 PSB List (5.4.1)
Related Tpoics
The DL/1 PSB List screen (5.4.1) is used to view a list of DL/I PSBs defined remotely in the CICS system and those defined to the DBCTL region to which this CICS region is connected. The list is displayed in the order that the PSBs have been defined to the system. Remote PSBs are displayed first, then DBCTL PSBs. In addition, Code Debug CICS displays the remote system ID, and the PSB name to be used on the remote system, if the PSB has been defined as remote to this system. Remote PSBs cannot be accessed with the Code Debug CICS File Utility.
Use the UP, DOWN, TOP, and BOTTOM commands to position in the list. Use the LOCATE command to locate a particular PSB.
Access this screen by typing the number 4.1 on the File-Utility-Menu-5, typing 1 on the DL-1-Database-Menu-5-4, or as described in Transferring Between Screens.
DL/1 PSB List Screen (5.4.1)
COMMAND ===> SCROLL ===> CSR
MODULE: CSECT:
DBCTL STATUS: CONNECTED ID: R410
REMOTE
SEL PSBNAME SYSID PSBNAME TYPE STATUS
----------------------------------------------------------------------------
PSBTEST C024 PSBREMOT REMOTE
_ DFHSAM04 DBCTL
AABMP001 DBCTL PSB STOPPED
_ AABMP002 DBCTL
_ AABMP003 DBCTL
_ AABMP004 DBCTL
_ ADSIM001 DBCTL
ADSIM002 DBCTL PSB INIT. FAILED
ADSIM003 DBCTL PSB INIT. FAILED
Input Field
SEL
Enter S to select a PSB for further processing via the DL/1 PCB List screen (5.4.1).
Output Fields
DBCTL STATUS
Displays the status of DBCTL in this CICS region.
DBCTL ID
Displays the ID of the DBCTL region to which this CICS region is connected.
PSBNAME
PSB used to define a set of DL/I databases that can be accessed from a program. The databases and segments in the databases that can be accessed are defined via a list of PCBs defined in the PSB. Each PCB is associated with a single DL/I database. To access any DL/I database, always select a PSB.
REMOTE
A PSB that can be referenced on another CICS system is shown as remote. For a PSB that has been defined as remote to another CICS system, Code Debug CICS displays the system ID (SYSID) of the remote system as well as the real PSB name that is used on the remote system.
TYPE
This field displays the type (remote or DBCTL) for each PSB.
STATUS
Displays status information if PSB initialization fails.