ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 39
ZENOSLAB (-64): No spare data storage label
Explanation: This error is returned when all data storage labels are
used. Hence no new zltstore call will be accepted. The
maximum number of data storage labels is fixed in the
ZCOM subsystem and is not adjustable.
Action: Re-design or reorganize the application to use less
storage labels.
ZENOLQ (-65): No spare logical data queue
Explanation: The zltstore routine returns this error when the ZCOM
subsystem cannot allocate a logical data queue for the
request because all queues have been allocated. The
number of logical data queues is fixed in the ZCOM
subsystem and is not adjustable.
Action: Re-design or reorganize the application to use less data
queues.
ZENOQLAB (-66): No spare data queue label
Explanation: This error is returned when all data queue labels are
used. Hence no new zltstore call will be accepted. The
maximum number of data storage labels is fixed in the
ZCOM subsystem and is not adjustable.
Action: Re-design or reorganize the application to use less data
queue labels.
ZEREMOTE (-67): Remote call not implemented
Explanation: Some ZCOM API calls do not support remote node
operations. This error is returned if a ZCOM routine is
called with parameters that require remote node
access, but that routine does not support remote node
operations.
Action: Correct the application source code.