Description:
The contents of the supplied
group are listed to the screen, with one name on each line. If the group has a non-blank type string, it
is dislayed first, prefixed with the groups current comment character (see routine GRP_SETCC). If
SLAVES is .TRUE., then any slave group owned by the supplied group is also displayed.
This is recursive - any slave group owned by a displayed slave group is also displayed.
Invocation
CALL GRP_SHOW( IGRP, SLAVES, STATUS )
Arguments
IGRP = INTEGER
(Given)
The GRP identifier for the group to be displayed.
SLAVES = LOGICAL (Given)
If TRUE., then the entire chain of slaved groups owned by the specified group are also
displayed.
STATUS = INTEGER (Given and Returned)
The global status.
Notes: