[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface : Subroutine Reference
GPQCNR - Inquire Conflict Resolution
Note:
This subroutine is an Archive inquiry.
For an overview, see
"Archive Inquiries"
Purpose
Use
GPQCNR to inquire the archive file conflict
resolution values of the graPHIGS API
There are two conflict resolution flags that return values:
aflag is used when the graPHIGS API moves structure data
to an archive file from a structure store and
rflag is used when the graPHIGS API moves archive data
from an archive file to a structure store.
The possible return values are:
1=MAINTAIN
,
2=ABANDON
, and
3=UPDATE
If the value returned is
1=MAINTAIN
,
then the graPHIGS API only transfers the structures that do not
conflict.
If the value returned is
2=ABANDON
,
then the graPHIGS API does not transfer any structures when
a conflict occurs.
If the value returned is
3=UPDATE
,
then the graPHIGS API transfers all the structures and replaces
any conflicting structures with the new ones.
Parameters
aflag -- returned by the graPHIGS API, fullword integer
Archive conflict resolution
(1=MAINTAIN, 2=ABANDON, 3=UPDATE
)
rflag -- returned by the graPHIGS API, fullword integer
Retrieve conflict resolution
(1=MAINTAIN, 2=ABANDON, 3=UPDATE
)
Error Codes
None
Related Subroutines
- GPCNRS
- Set Conflict Resolution
RCP code
201336337
(X'0C002611')
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]