Description:
This
routine searches for a specified quality name in the quality name specified by LOCS. If it is
found, THERE is returned true. Otherwise THERE is returned false.
Invocation
CALL
IRQ_CHKQN( LOCS, QNAME, THERE, 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 search for. Leading blanks are ignored and the search is
case-insensitive. The maximum allowed length for quality names is given by symbolic constant
IRQ__SZQNM which currently has the value of 15.
THERE = LOGICAL (Returned)
If true, then
the quality name is defined within the NDF specified by LOCS. If false, then the quality
name is undefined.
STATUS = INTEGER (Given and Returned)
The global status.
Copyright © 2009 Science and Technology Facilities Council.