Conditional Tokens; Effect; Recovery - HP Guardian Errors Manual

Procedure errors and messages manual
Table of Contents

Advertisement

Conditional Tokens

ZGRD-TKN-XOBJECTFILE is the name of the object file that contains the SEGMENT_USE_ procedure
call in internal format.
ZGRD-TKN-SEGMENTID is the extended data segment ID requested.
ZGRD-TKN-OLDSEGMENT is the previous extended data segment ID in use.
ZGRD-TKN-ERRORDETAIL is the detailed information associated with some classes of errors.

Effect

The extended data segment requested is not enabled for use by the caller.

Recovery

The recovery procedure depends on the specific error code returned in the error return value.
If the error code is 2 (parameter error), the SEGMENT_USE_ call contained an illegal
combination of options. Specifically, the required new-segid parameter was omitted. Correct
the SEGMENT_USE_ call by providing the new-segid parameter.
If the error code is 3 (bounds violation), a bounds violation occurred on a reference parameter.
To recover from this error, pass a correct reference address to SEGMENT_USE_.
If the error code is 4 (illegal segment ID), the SEGMENT_USE_ call specified a segment ID (in
the new-segid parameter) that is illegal for an unprivileged caller. That is, the segment ID is
not in the range 0 through 2047. To recover from this error, specify a valid segment ID and
then retry the operation. User processes can specify a segment ID equal to 2047 or less. Only
processes supplied by HP can specify a segment ID greater than 2047.
If the error code is 5 (segment ID not found), the SEGMENT_USE_ call specified a segment
ID (in the new-segid parameter) that has not been allocated. To recover from this error, specify
a valid, allocated segment ID and then retry the operation.
210
SEGMENT_USE_Errors

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents