Display CICS GLT (DSPCICSGLT)
Where allowed to run:
- Batch job (*BATCH)
- Interactive job (*INTERACT)
- Batch program (*BPGM)
- Interactive program (*IPGM)
- Batch REXX procedure (*BREXX)
- Interactive REXX procedure (*IREXX)
- Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
|
Parameters
Examples
Error messages |
Use the Display CICS Group List Table (DSPCICSGLT) command to display a GLT entry. You can only view this entry; you can neither make changes to it nor delete it.
Keyword |
Description |
Choices |
Notes |
LIB |
Library |
Communications name, *LIBL, *CURLIB |
Optional, Positional 1 |
GROUP |
Group |
Communications name, *FIRST |
Optional, Positional 2 |
INSLIB |
Install library |
Generic name, name, *FIRST, *ALL, *LIBL, *CURLIB |
Optional, Positional 3 |
INSGRP |
Install group |
Generic name, name, *FIRST, *ALL |
Optional, Positional 4 |
OUTPUT |
Location of Output |
*, *PRINT |
Optional, Positional 5 |
Library (LIB)
Enter the name of the iSeries library which contains the group.
Possible values are:
- *LIBL: The library list is used to locate the first iSeries library that contains the group.
- *CURLIB: The current library contains the group. If no library is specified as the current library, the QGPL library is used.
- library-name: Specify the name of the iSeries library that contains the group.
Group (GROUP)
The name of the group to which the GLT entry is to be displayed.
The possible GROUP values are:
- *FIRST: No group is specified, the first group found is used.
-
- group-name: The group name may have a maximum length of 10 characters. The first character must be alphabetic, or one of the special characters, $, @, or #. The remaining characters can be alphanumeric or one of the special characters, $, @, or #.
Install library (INSLIB)
The name of the first part of the GLT entry to be displayed. This is also known as the iSeries library that contains the group to be used when starting the control region.
The possible INSLIB values are:
- *ALL: Display all of the GLT entries that match the INSGRP field value.
- *FIRST: Display the first GLT entry that matches the INSGRP field value.
- *LIBL: Display all of the GLT entries that have "*LIBL" specified and that match the INSGRP field value.
- *CURLIB: Display all of the GLT entries that have "*CURLIB" specified and that match the INSGRP field value.
- library-name: The maximum length is ten characters. The first character must be alphabetic, or one of the special characters, $, @, or #. The remaining characters can be alphanumeric or one of the special characters, $, @, or #.
-
- generic*-inslib: Specify the generic name of the iSeries library. A generic name is a character string of one or more characters followed by an (*); for example, ABC*. If a generic name is specified, then all GLT entries with the iSeries library name that begins with the generic name, and match the INSGRP field value, are shown. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete iSeries library name.
Install group (INSGRP)
The name of the second part of the GLT entry to be displayed. This is also known as the group to be used when starting the control region.
The possible INSGRP values are:
- *ALL: Display all of the GLT entries that match the INSLIB field value.
- *FIRST: Display the first GLT entry that matches the INSLIB field value.
- group-name: The group name may have a maximum length of 10 characters. The first character must be alphabetic, or one of the special characters, $, @, or #. The remaining characters can be alphanumeric or one of the special characters, $, @, or #.
- generic*-insgrp: Specify the generic name of the group. A generic name is a character string of one or more characters followed by an asterisk(*); for example, ABC*. If a generic name is specified, then all GLT entries with the group name that begins with the generic name, and matches the INSLIB field value, are shown. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete group name.
Location of Output (OUTPUT)
Enter the location of the output from this command.
Possible values are:
- *: The output is either displayed (if requested by an interactive job) or printed with the job spool output (if requested by a batch job).
- *PRINT: The output is printed with the job spool output.