Create CICS Group (CRTCICSGRP)

Use the Create CICS Group (CRTCICSGRP) command to create all tables associated with a group.

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *CURLIB Required, Positional 1
GROUP Group Communications name Required, Positional 2
TEXT Description Character value, *BLANK Optional, Positional 3
RECOVER Recover *NO, *YES Optional, Positional 4
CLRGROUP Clear file *NO, *YES Optional, Positional 5

Library (LIB)

Enter the name of the library that will contain the group.

Possible values are:

Group (GROUP)

Enter the name of the group to be created.

Description (TEXT)

Enter the text that describes the group.

Possible values are:

Recover (RECOVER)

Specifies whether or not to attempt to restore the group that has been previously damaged.

Note: All this function does is make sure that all tables are available to this group. Therefore, this parameter only has an effect on a already-existing group.

Possible values are:

Clear file (CLRGROUP)

Specifies whether or not to erase all entries from all tables for this group.

Note: This parameter only has an effect on a already-existing group.

Possible values are:

Examples

None

Error messages

Unknown