Where allowed to run:
|
Parameters Examples Error messages |
Use the Work with CICS Program Control Table (WRKCICSPCT) command to list entries in the PCT. You can change, remove, copy or display entries in the list, or add new ones.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LIB | Library | Communications name, *LIBL, *CURLIB | Optional, Positional 1 |
GROUP | Group | Communications name, *FIRST | Optional, Positional 2 |
TRANSID | Transaction | Character value, *FIRST, *ALL | Optional, Positional 3 |
Top |
Enter the name of the iSeries library which contains the group.
Possible values are:
Top |
Enter the name of the group from which the PCT entries are to be listed.
Possible values are:
Top |
Enter the name of the PCT entry to be listed. This is the transaction identifier that will be used in EXEC CICS commands to start a CICS program. The program should be defined in the PPT.
Possible values are:
When there is not enough space to enter the apostrophes, then enter an ampersand (&) in the first character position to get an extended field size that allows for the entry of additional characters. Blanks are accepted but, when the entry is defined to a control region, anything after the blank is ignored. For example, 'ab g' will be treated as 'ab' in the control region.
Hexadecimal characters should be enclosed in apostrophes and preceded by an uppercase X, for example X'A1A2A3A4'. Any hexadecimal value will be accepted, but, if the value is not a printable character, the entry will be rejected when it is defined to a control region.
Top |
Top |
Top |