M204.1530: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 3: | Line 3: | ||
A SOUL statement violates one of the following: </P> | A SOUL statement violates one of the following: </P> | ||
<ul> | <ul> | ||
<li>A RECEIVE statement with the RESULT keyword is valid only if PROTOCOL=LU62. </li> | <li>A <var>RECEIVE</var> statement with the <var>RESULT</var> keyword is valid only if <code>PROTOCOL=LU62</code>. </li> | ||
<li>A SEND statement with the REQSEND keyword is valid only if PROTOCOL=LU62. </li> | <li>A <var>SEND</var> statement with the <var>REQSEND</var> keyword is valid only if <code>PROTOCOL=LU62</code>. </li> | ||
<li>A SIGNAL PROCESS statement is valid only if PROTOCOL=MASTER </li> | <li>A <var>SIGNAL PROCESS</var> statement is valid only if <code>PROTOCOL=MASTER</code>. </li> | ||
</ul> | </ul> | ||
<p> | <p> |
Latest revision as of 00:02, 8 March 2018
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |
SAVE | Saves the message in the VIEW ERRORS table |