GNS_IGAG

Inquire GKS workstation name from AGI name

Description:

A GKS workstation name that corresponds to the specified AGI name is returned. If the name is longer than the supplied character variable the name is truncated.

Invocation

CALL GNS_IGAG( 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.