IRQ_REMQN

Remove the definition of a specified quality name

Description:

The specified quality name is removed from the NDF specified by LOCS. Any associated bit in the QUALITY array is freed for future use. If the name is not defined an error is reported. A value of ANY for the quality names causes all defined quality names to be removed.

Note, an error is reported if only read access is available to the NDF, or if the quality name has been flagged as read-only using routine IRQ_RWQN.

Invocation

CALL IRQ_REMQN( LOCS, QNAME, STATUS )

Arguments

LOCS(5) = CHARACTER ( ) (Given)
An array of five HDS locators. These locators identify the NDF and the associated quality name information. They should have been obtained using routine IRQ_FIND or routine IRQ_NEW.
QNAME = CHARACTER ( ) (Given)
The quality name to remove, or ANY if all quality names are to be removed.
STATUS = INTEGER (Given and Returned)
The global status.