Remove CICS GLT Entry (RMVCICSGLT)

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 Remove CICS Group List Table (RMVCICSGLT) command to delete an entry from the GLT. You will be asked for confirmation before the entry is removed.

Top

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 1
GROUP Group Communications name, *FIRST Required, Positional 2
INSLIB Install library Generic name, name, *FIRST, *ALL, *LIBL, *CURLIB Required, Positional 3
INSGRP Install group Generic name, name, *FIRST, *ALL 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 from which the GLT entry is to be removed.

The possible GROUP values are:

Top

Install library (INSLIB)

Identifies the first part of the GLT entry to be removed. 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:

Top

Install group (INSGRP)

Identifies the second part of the GLT entry to be removed. This is also known as the group to be used when starting the control region.

The possible INSGRP values are:

Top

Examples

None
Top

Error messages

Unknown
Top