NDF_HDEF

Write default history information to an NDF

Description:

The routine writes default information about the current application to the history component of an NDF, creating a new history record if necessary.

Invocation

CALL NDF_HDEF( INDF, APPN, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
APPN = CHARACTER ( ) (Given)
Name of the current application. This will only be used if a new history record is created by this routine, otherwise it is ignored. If a blank value is given, then a suitable default will be used instead.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: