GRP_GTYPE

Retrieve the type string stored with a group

Description:

The type string specified when the group was created is retrieved.

Invocation

CALL GRP_GTYPE( IGRP, TYPE, STATUS )

Arguments

IGRP = INTEGER (Given)
A GRP group identifier.
TYPE = CHARACTER ( ) (Returned)
The group type. The maximum allowable type length is given by the symbolic constant GRP__SZTYP. If the supplied variable is too short, the type is truncated but no error is reported. If an error occurs, the string is returned blank.
STATUS = INTEGER (Given and Returned)
The global status.