M204.1690: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 1: Line 1:
{{Template:M204.1690 skeleton}}
{{Template:M204.1690 skeleton}}
<P>
<P>
In the execution of a SOUL request or Host Language Interface function, an open parenthesis was never closed, or a close parenthesis had no corresponding open in the pattern <var class="term">token0</var>. In SOUL, the request is
In the execution of a SOUL request or Host Language Interface function, an open parenthesis was never closed, or a close parenthesis had no corresponding open in the pattern <var class="term">token</var>. In SOUL, the request is
canceled. Host Language Interface functions receive a return code of 4. </P>
canceled. Host Language Interface functions receive a return code of 4. </P>
<p>
<p>
<b>Response:</b> Correct the pattern, and retry the SOUL request or Host Language application. </p>
<b>Response:</b> Correct the pattern, and retry the SOUL request or Host Language application.  
</p>
{{Template:M204.1690 footer}}
{{Template:M204.1690 footer}}
<!-- skeleton as it was in pdf/UNMATCHED PARENTHESIS IN PATTERN ptrn /-->
<!-- skeleton as it was in pdf/UNMATCHED PARENTHESIS IN PATTERN ptrn /-->

Latest revision as of 20:08, 26 March 2018

M204.1690  Unmatched parenthesis in pattern token

In the execution of a SOUL request or Host Language Interface function, an open parenthesis was never closed, or a close parenthesis had no corresponding open in the pattern token. In SOUL, the request is canceled. Host Language Interface functions receive a return code of 4.

Response: Correct the pattern, and retry the SOUL request or Host Language application.

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