Install CICS Group (INSCICSGRP)

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 Install CICS Group (INSCICSGRP) command to define all entries in the tables within the group, to the runtime resource table definitions for the active CICS control region.

If the table entry is already defined in the runtime resource table definitions, via either the control region start (STRCICS command) or a previous INSCICSGRP command issued for the control region, the table entry will replace the existing runtime resource table definition if it is currently not in use.

This command will ignore the following tables in the group:

This command ignores any table entries in the group that are already defined in the runtime resource table definitions for the CICS control region:

Top

Parameters

Keyword Description Choices Notes
CTLRGN CICS control region Communications name Required, Positional 1
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 2
GROUP Group Communications name Required, Positional 3
Top

CICS control region (CTLRGN)

Enter the name of the active CICS control region that the table entries are to be defined to the runtime resource table definitions.

Top

Library (LIB)

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

Top

Group (GROUP)

Enter the name of the group to be installed.

Top

Examples

None
Top

Error messages

Unknown
Top