NDF_MOREG

Search for NDFs within the extensions of a supplied NDF

Description:

Each extension within the supplied NDF is searched to see if it contains any NDFs. The paths to any such NDFs are appended to the end of the supplied group (a new group is created if none is supplied). NDF identifiers for particular members of the group can be obtained using NDG_NDFAS.

Invocation

CALL NDF_MOREG( INDF, IGRP, SIZE, STATUS )

Arguments

INDF = INTEGER (Given)
The identifier for the NDF to be searched.
IGRP = INTEGER (Given and Returned)
The identifier of the group in which NDF names are to be stored. A new group is created if the supplied value is GRP__NOID. It should be deleted when no longer needed using GRP_DELET.
SIZE = INTEGER (Returned)
The total number of NDF names in the returned group IGRP.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: