NDF_ISTMP

Enquire if an NDF is temporary

Description:

The routine returns a logical value indicating whether the specified NDF is temporary. Temporary NDFs are deleted once the last identifier which refers to them is annulled.

Invocation

CALL NDF_ISTMP( INDF, ISTMP, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
ISTMP = LOGICAL (Returned)
Whether the NDF is temporary.
STATUS = INTEGER (Given and Returned)
The global status.