NDF_HGMOD

Get the history update mode for an NDF

Description:

The routine returns the current history component update mode of an NDF. See NDF_HSMOD.

Invocation

CALL NDF_HGMOD( INDF, HMODE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
HMODE = CHARACTER ( ) (Returned)
The history update mode: DISABLED, QUIET, NORMAL or VERBOSE.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: