GNS_IIAI

Inquire IDI workstation name from AGI name

Description:

An IDI workstation name that corresponds to the supplied AGI name is returned. If the name is longer than the supplied character variable the name is truncated.

Invocation

CALL GNS_IIAI( AGINAM, NAME, STATUS )

Arguments

AGINAM = CHARACTER() (Given)
AGI name
NAME = CHARACTER(GNS__SZDEV) (Returned)
Device name
STATUS = INTEGER (Given and Returned)
The global status

Notes:

This routine is used by AGI and will not normally be called by an applications program.