Add CICS GLT Entry (ADDCICSGLT)

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 Add CICS Group List Table (ADDCICSGLT) command to add an entry to the GLT.

Each resource definition must belong to a group and each group must belong to a group list. The GLT must itself be assigned to a group. The library and group of the GLT is specified in the SIT and will be used at system startup to select the required resource definitions.

You can create more than one GLT, but each GLT must be assigned to a different group. Only the GLT named in the SIT will be used at system startup.

At startup, each entry in the GLT is read and the resources installed from those groups, excluding the GLT and the SIT. If you want to install any resources belonging to the group named in the GLTGRP parameter of the SIT, then you must add the name of that group to its own GLT.

Each GLT entry specifies:

Top

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 1
GROUP Group Communications name Required, Positional 2
INSLIB Install library Communications name, *LIBL, *CURLIB Required, Positional 3
INSGRP Install group Communications name Required, Positional 4
Top

Library (LIB)

Enter the name of the OS/400 library that contains the group. Possible values are:

Top

Group (GROUP)

The name of the group to which the GLT entry is to be added.

Top

Install library (INSLIB)

The name of the iSeries library that contains the group to be used when starting the control region. This is also known as the first part of the name of the GLT entry.

Note: When INSLIB(QCICS) is specified, then the INSGRP must be an IBM CICS group.

The possible INSLIB values are:

Top

Install group (INSGRP)

The group to be used when starting the control region, that contains the tables. This is also known as the second part of the name of the GLT entry.

Note: When INSLIB(QCICS) is specified, this must be one of the IBM groups.

The following describes which group is used to install which optional supplied transactions:

Group
Supplied Transaction
AEGEDF
CEBR - Browse Temporary Storage Queues
AEGEDF
CEDF - Execution Diagnostic Facility
AEGINTER
CECI - Command-Level Interpreter Facility
AEGINTER
CECS - Command-Level Syntax-Checking Facility
AEGISC
CMPX - Local Queueing Shipper
AEGISC
CPMI - Synchronization Level 1 Mirror Transaction
AEGISC
CRSR - Relay Transaction
AEGISC
CRTE - Transaction Routing
AEGISC
CVMI - Synchronization Level 1 Mirror Transaction
AEGOPER
CEMT - Master Terminal Facility
AEGSPI
CEDA - Resource Definition On-Line Facility
Top

Examples

None
Top

Error messages

Unknown
Top