Previous Page | Next Page

The GREPLAY Procedure

GROUP Statement


Creates groups of entries in the current input catalog.


Syntax

GROUP entry-id(s);

Required Arguments

entry-id(s)

is the number (in the order in which they were created) or name of a catalog entry. All entries specified in the GROUP statement are included in one group, and identified with a group header. You can submit one catalog entry or a list of catalog entries with one GROUP statement. A list of catalog entries can contain both catalog entry numbers and catalog entry names.


Details

Only one group can be created per group statement. The default name for a group header is GROUP. The default description for the group header is REPLAY GROUP. Duplicate entry names are resolved as described in Duplicate Entry Names.

To change the name or description of a group, use the MODIFY statement. To manage and display groups of entries use the DELETE, COPY, and REPLAY statements.

Previous Page | Next Page | Top of Page