NDF_HOUT

Display text from an NDF history record

Description:

The routine displays the text associated with a specified NDF history record by invoking a service routine suppled by the caller. A standard service routine NDF_HECHO is provided, but this may be replaced if required.

Invocation

CALL NDF_HOUT( INDF, IREC, ROUTIN, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
IREC = INTEGER (Given)
Number of the NDF history record whose text is to be displayed.
ROUTIN = SUBROUTINE (Given)
A service routine to which the text will be passed for display. For a specification of this routine, see the default routine NDF_HECHO. This service routine must be declared EXTERNAL in the routine which invokes NDF_HOUT.
STATUS = INTEGER (Given and Returned)
The global status.