M204.1688: 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.1688 skeleton}}
{{Template:M204.1688 skeleton}}
<P>
<P>
During the evaluation of a SOUL request or Host Language Interface function, a syntax error is detected in the <var class="term">token2</var> pattern at character number <var class="term">token3</var>. <var class="term">token0</var> is one of the following: </P>
During the evaluation of a SOUL request or Host Language Interface function, a syntax error is detected in the <var class="term">token2</var> pattern at character number <var class="term">token3</var>. <var class="term">token</var> is one of the following: </P>
<ul>
<ul>
<LI>BAD REPEAT FUNCTION </LI>
<LI>BAD REPEAT FUNCTION </LI>
Line 12: Line 12:
In SOUL, the request is canceled. Host Language Interface functions receive a return code of 4. </P>
In SOUL, the request is canceled. Host Language Interface functions receive a return code of 4. </P>
<p>
<p>
<b>Response:</b> Consult [[Statement syntax]], correct the syntax of the pattern, and retry the request. </p>
<b>Response:</b> Consult [[Statement syntax]], correct the syntax of the pattern, and retry the request.  
</p>
{{Template:M204.1688 footer}}
{{Template:M204.1688 footer}}
<!-- skeleton as it was in pdf/errortype IN PATTERN 'pattern' AT CHARACTER char /-->
<!-- skeleton as it was in pdf/errortype IN PATTERN 'pattern' AT CHARACTER char /-->

Latest revision as of 20:06, 26 March 2018

M204.1688  token in pattern 'token2' near character token3

During the evaluation of a SOUL request or Host Language Interface function, a syntax error is detected in the token2 pattern at character number token3. token is one of the following:

  • BAD REPEAT FUNCTION
  • ILLEGAL SPECIAL CHARACTER
  • SYNTAX

In SOUL, the request is canceled. Host Language Interface functions receive a return code of 4.

Response: Consult Statement syntax, correct the syntax of the pattern, and 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