NDF_NOACC

Disable a specified type of access to an NDF

Description:

The routine disables the specified type of access to an NDF, so that any subsequent attempt to access it in that way will fail. Access restrictions imposed on an NDF identifier by this routine will be propagated to any new identifiers derived from it, and cannot be revoked.

Invocation

CALL NDF_NOACC( ACCESS, INDF, STATUS )

Arguments

ACCESS = CHARACTER ( ) (Given)
The type of access to be disabled: BOUNDS, DELETE, MODIFY, SHIFT, TYPE or WRITE.
INDF = INTEGER (Given)
NDF identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

Disabling each type of access imposes the following restrictions on an NDF: