M204.1254

From m204wiki
Jump to navigation Jump to search

M204.1254  User language statement is invalid in this conversation state

This error occurs when a SOUL program executes a Horizon command or statement that is not appropriate for the current state of the conversation. (For example, issuing a SEND verb when the conversation is in RECEIVE state is not permitted and will result in this error.)

Response: Determine the Horizon command or statement that was being executed, and consult the appropriate to find out which states the verb may be issued from. Determine what state the conversation actually was in, and modify the program (or the partner program, if necessary) to ensure that the conversation is in a valid state before issuing that verb.

Often this error occurs when you have not tested for an error that may have occurred on a previous Horizon verb that has placed the conversation in RESET state.

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
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
SAVESaves the message in the VIEW ERRORS table

Back to list of messages