GRP_SAME

Determine if two GRP identifiers refer to the same group

Description:

The routines returns a flag indicating if the two supplied GRP identifiers refer to the same group.

Invocation

CALL GRP_SAME( IGRP1, IGRP2, SAME, STATUS )

Arguments

IGRP1 = INTEGER (Given)
The first GRP identifier.
IGRP2 = INTEGER (Given)
The second GRP identifier.
SAME = LOGICAL (Returned)
Returned set to .TRUE. if the two identifiers refer to the same group, and .FALSE. otherwise.
STATUS = INTEGER (Given and Returned)
The global status.