Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE CONFLICT RESOLUTION

PQCNRS


CALL SEQUENCE

CALL PQCNRS (ERRIND, ARCCR, RETCR)

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER ARCCR
Archiving conflict resolution method
INTEGER RETCR
Dearchiving conflict resolution method.

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the PHIGS state list archiving and dearchiving conflict resolution mode. If the data is available, error indicator is returned as 0.

There is conflict when trying to archive (dearchive) a structure existing both in the centralized structure store (CSS) and in the archive.

ARCCR archiving conflict resolution:

PCRMNT: Structure in conflict not archived. Contents of the archive structure maintained.

PCRABA: Archiving operation interrupted.

PCRUPD: CSS structure replaces old one in the archive.

RETCR dearchiving conflict resolution:

PCRMNT: Archive structure not dearchived. Contents of the CSS structure preserved.

PCRABA: Dearchiving operation interrupted. CSS is unchanged.

PCRUPD: Archive structure replaces old one in the CSS.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

retrieve structures, set conflict resolution, inquire all conflicting structures, inquire conflicting structures in network.


Previous Next Up Title Contents Index Functions Index Top Library