M204.1569

From m204wiki
Jump to navigation Jump to search

M204.1569  Referenced item not in active image

A SOUL statement refers to an item in an image that is not active. An image is not active unless it is the last image in a block that was named in an Identify, Prepare, or (successful) Read statement.

Response: Use an Identify, Read, or Prepare statement to make the image active. Verify that the request specifies the correct item name and that the image definitions are correct. If you want to refer frequently to items from different images of one block, consider redefining the block with a single image. Retry the request.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages