M204.0740: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0740 skeleton}}
{{Template:M204.0740 skeleton}}
<P>The argument given to the $JOBCODE function is not in the allowable range. Execution continues but the function returns a 4095 return code. </P>
<P>
<p><b>Response:</b> The range of $JOBCODE is 0 to 4095. Correct the argument and retry. </p>
The argument given to the <var>[[$Jobcode]]</var> function is not in the allowable range. Execution continues, but the function returns a 4095 return code. </P>
<p>
<b>Response:</b> The range of <var>$Jobcode</var> is 0 to 4095. Correct the argument, and retry.  
</p>
{{Template:M204.0740 footer}}
{{Template:M204.0740 footer}}
<!-- skeleton as it was in pdf/$JOBCODE ARGUMENT NOT IN THE RANGE 0 TO 4095 /-->
<!-- skeleton as it was in pdf/$JOBCODE ARGUMENT NOT IN THE RANGE 0 TO 4095 /-->

Latest revision as of 23:46, 1 March 2018

M204.0740  $jobcode argument not in the range 0 to 4095

The argument given to the $Jobcode function is not in the allowable range. Execution continues, but the function returns a 4095 return code.

Response: The range of $Jobcode is 0 to 4095. Correct the argument, and retry.

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

Back to list of messages