M204.1530

From m204wiki
Revision as of 00:02, 8 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1530  token statement contains options that are incompatible with this link type

A SOUL statement violates one of the following:

  • A RECEIVE statement with the RESULT keyword is valid only if PROTOCOL=LU62.
  • A SEND statement with the REQSEND keyword is valid only if PROTOCOL=LU62.
  • A SIGNAL PROCESS statement is valid only if PROTOCOL=MASTER.

Response: Consult Horizon SOUL interface and make sure the syntax of your Horizon statements are valid for the protocol your process is using. If you are unsure about this, contact your system manager.

System manager response: A SOUL procedure has used a Horizon statement containing keywords that are not compatible with the protocol defined for the link that the process uses. Examine the CCAIN parameters to find out both of these:

  • The processgroup and link that the process uses
  • The protocol that is specified for the link

The protocol specification can be changed by closing the link, redefining it with a different protocol setting, and reopening the link.

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