ACC Error Guide
ZCOM Error Codes
Meanings of the Error Codes
Chapter 236
ZERNODE (-52): Receiver ZLU must be local
Explanation: In the current implementation, the zset_rcvr routine
only accepts a receiver ZLU on the local node. Any
non-zero node number which is not a local node
number will be rejected with this error.
Action: Use zero or a local node number with the receiver ZLU.
ZEUPDATE (-53): Bad update length or offset
Explanation: In table update calls, such as zltup, the offset and/or
length supplied would have resulted in the update
occurring outside the boundary of the table. That is, the
update would have gone past the end of the particular
table.
Action: Correct the application source code.
ZERTYPE (-54): No such receiver for this ZLU
Explanation: The inbound or outbound receiver only exists in
multiplexed terminal ZLU. This error indicates the
caller is trying to set such a receiver for a
non-multiplexed terminal. Refer to the description of
zset_rcvr(3x) for acceptable settings.
Action: Correct the application source code.
ZEORPROG (-55): OMX receiver not program type
Explanation: Data is being sent to an outbound multiplexed
terminal, but the outbound receiver ZLU is no longer a
valid program ZLU (for example, it is closed by zclos).
Action: Check for a possible problem with the terminal ZLU or
the outbound receiver program.
ZENOOR (-56): OMX receiver ZLU not defined
Explanation: Data is being sent to an outbound multiplexed
terminal, but the outbound receiver ZLU is not defined.
Action: Check for a possible problem with the outbound
receiver program.










