PQCNRS(3g) — Subroutines
Name
PQCNRS − Returns conflict resolution flags.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
PQCNRS (ERRIND, ARCCR, RETCR)
Argument Data Type Access Description
---------------------------------------------------------------------------
ERRIND Integer Write Error indicator
ARCCR Integer Write Archival conflict resolution flag
RETCR Integer Write Retrieval conflict resolution
flag
---------------------------------------------------------------------------
Constants
Defined Argument Constant Description
---------------------------------------------------------------------------
ARCCR, RETCR PCRMNT Write structures to the CSS or archive
only if they do not already exist.
PCRABA Abandon the retrieval operation.
PCRUPD Replace the existing structure with the
new structure.
---------------------------------------------------------------------------
Description
PQCNRS queries the PHIGS state list and returns the conflict resolution flags, as set by the PSCNRS function. You set these flags as a data protection measure. Digital PHIGS uses the archival conflict resolution flag to control what happens when an application tries to archive structures whose identifiers already exist in the archive file. The retrieval conflict resolution flag performs a similar function for structures in the CSS.
See Also
PSCNRS