INQUIRE CONFLICTING STRUCTURES IN NETWORK
-
CALL SEQUENCE
CALL PQCSTN (AFID, STRID, SNSRC, N, ERRIND, OL, OSTRID)
INPUT PARAMETERS
- INTEGER AFID
- Identifier of archive file to be processed.
- INTEGER STRID
- Network parent structure identifier.
- INTEGER SNSRC
- Structure network origin
- PCSS:
- 0 (CSS)
- PARCHV:
- 1 (ARCHIVE)
- N
- Element requested from the list of conflicting structure identifiers.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER OL
- Number of elements in the list of conflicting structure identifiers.
- INTEGER OSTRID
- Nth structure identifier in the conflicting structure list.
PHIGS STATE
(PHOP, *, *, AROP).
EFFECT
Returns the number of elements as well as the Nth element in the list of
conflicting structure identifiers.
If the source network originates in the centralized structure store (CSS), all
the structure identifiers belonging to the original network STRID in the
CSS are compared to all the AFID archive structure identifiers.
If the source network originates in archive AFID , all the structure
identifiers belonging to the original network STRID in the AFID
archive are compared to all the CSS structure identifiers.
Identifiers which are in both sets are in conflict. If the data is available,
error indicator is returned as 0.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
- 404
- Ignoring function, the specified archive file is not open
SEE ALSO
retrieve structures, set conflict resolution, inquire all conflicting
structures, inquire conflict resolution.