NDF_HAPPN

Declare a new application name for NDF history recording

Description:

The routine declares a new application name to be used as the default for subsequent recording of NDF history information. The name supplied will subsequently be used when creating new history records whenever a blank application name is passed to a routine which writes new history information. It will also be used as the application name when recording default history information.

If this routine is not called, then a system-supplied default name will be used in its place.

Invocation

CALL NDF_HAPPN( APPN, STATUS )

Arguments

APPN = CHARACTER ( ) (Given)
Name of the new application. If a blank value is supplied, then the name will revert to the system-supplied default.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: