NDF_SAME

Enquire if two NDFs are part of the same base NDF

Description:

The routine determines whether two NDF identifiers refer to parts of the same base NDF. If so, it also determines whether their transfer windows intersect.

Invocation

CALL NDF_SAME( INDF1, INDF2, SAME, ISECT, STATUS )

Arguments

INDF1 = INTEGER (Given)
Identifier for the first NDF (or NDF section).
INDF2 = INTEGER (Given)
Identifier for the second NDF (or NDF section).
SAME = LOGICAL (Returned)
Whether the identifiers refer to parts of the same base NDF.
ISECT = LOGICAL (Returned)
Whether their transfer windows intersect.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: