NDG_NDFPL

Obtain a placeholder for a new NDF

Description:

The routine returns a placeholder for a new NDF. The name of the new NDF is held at a given index within a given group. It is equivalent to NDF_CREPL.

Invocation

CALL NDG_NDFPL( IGRP, INDEX, PLACE, STATUS )

Arguments

IGRP = INTEGER (Given)
A GRP identifier for a group holding the names of NDFs. This will often be created using NDG_CREAT, but groups created "by hand" using GRP directly can also be used.
INDEX = INTEGER (Given)
The index within the group at which the name of the NDF to be created is stored.
PLACE = INTEGER (Returned)
NDF placeholder.
STATUS = INTEGER (Given and Returned)
The global status.