Program Channel Display (2.C.1)
Related Topics
The Program Channel Display screen (2.C.1) displays the names of the channels associated with the specified program and task, as well as the program name, channel name, whether the channel is input or output to the program, the program that created the channel, and the number of containers in the channel. If the PROGRAM field is set to *, data for all active programs in the task is displayed.
Access this screen by typing 1 on the Channels-and-Containers-Menu-2-C, or type =2.C.1 in the COMMAND field.
Program Channel Display (2.C.1)
COMMAND ===> SCROLL ===> CSR
MODULE: CWDEMCHS CSECT: CWDEMCHS COMPILED: 05 JUN 2006 - 09.52.14
TASK: 00103 PROGRAM: CWDEMCHS
NUMBER OF
SEL PROGRAM CHANNEL TYPE CREATOR CONTAINERS
-------------------------------------------------------------------------------
_ CWDEMCHS CCC-CHANNEL INPUT CWDEMCHC 3
_ CWDEMCHS lowercase OUTPUT CWDEMCHS 1
_ CWDEMCHS UPPERCASE_CHANEL OUTPUT CWDEMCHS 1
_ CWDEMCHS Cs3-CHANNEL OUTPUT CWDEMCHS 1
_ CWDEMCHS Cs2-CHANNEL OUTPUT CWDEMCHS 1
**END**
Input Fields
TASK
By default, the number of the current task being executed on this terminal. Users can view a list of channels for a different task by typing a task number for a valid, currently active task. Tasks should be trapped by Code Debug CICS or suspended via other means to ensure predictable results since available channels and containers will change as a task executes.
PROGRAM
By default, the current program being executed on this terminal. Users can change the program by typing a different program name or by entering a wildcard (*), which lists channels for all programs that are currently active in the task. The program must be currently active or at a higher link level for the displayed task.
SEL
This field is used to select a channel so you can view a list of the containers associated with it. The following line command is the only one valid on this screen:
- S: Select this channel. After you press Enter, you are transferred to the Channel-Container-Display-2-C-2 screen.
Output Fields
PROGRAM
This field shows the program that has access to the channel. If the PROGRAM field was wildcarded, all active program levels in the task are displayed.
CHANNEL
This field shows the channels related to the program in the PROGRAM field. A specific channel can be positioned to the top of the screen by using the LOCATE command. Use LOCATE channelid if the screen only shows one program level and use LOCATE pgm:channelid if more than one program level is displayed (as indicated by * in the PROGRAM field in the header).
TYPE
This field shows whether the channel was input or output relative to the program in the PROGRAM field on the same line.
CREATOR
This field shows the program that created the channel.
NUMBER OF CONTAINERS
This field shows the number of containers currently in the channel.