NDF_MSG

Assign the name of an NDF to a message token

Description:

The routine assigns the name of an NDF to a message token (in a form which a user will understand) for use in constructing messages with the ERR_ and MSG_ routines (see SUN/104).

Invocation

CALL NDF_MSG( TOKEN, INDF )

Arguments

TOKEN = CHARACTER ( ) (Given)
Name of the message token.
INDF = INTEGER (Given)
NDF identifier.

Notes: