GRP_PTYPE

Associate a new type string with a group

Description:

The given type string is stored with the group, replacing the previous value. The maximum length of the type string is given by symbolic constant GRP__SZTYP. If the supplied type string is longer than this, the title is truncated.

Invocation

CALL GRP_PTYPE( IGRP, TYPE, STATUS )

Arguments

IGRP = INTEGER (Given)
A GRP identifier for the group.
TYPE = CHARACTER ( ) (Given)
The group type.
STATUS = INTEGER (Given and Returned)
The global status.