M204.0922: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (link repair)
 
Line 1: Line 1:
{{Template:M204.0922 skeleton}}
{{Template:M204.0922 skeleton}}
<P>
<P>
An <var>[[IFSTRT (HLI function)|IFSTRT]]</var> call specifies a language code unknown to Model&nbsp;204. The call fails, and the host language program must call <var>IFSTRT</var> again to proceed. Valid codes are 1 for PL/I F-level, 2 for COBOL and FORTRAN, and 3 for PL/I Optimizer or Checkout. </P>
An <var>[[HLI: Function summary#IFSTRT thread calls|IFSTRT]]</var> call specifies a language code unknown to Model&nbsp;204. The call fails, and the host language program must call <var>IFSTRT</var> again to proceed. Valid codes are 1 for PL/I F-level, 2 for COBOL and FORTRAN, and 3 for PL/I Optimizer or Checkout. </P>
<p>
<p>
<b>Response:</b> Consult the function description page to correct the language code, and retry. </p>
<b>Response:</b> Consult the function description page to correct the language code, and retry.  
</p>
{{Template:M204.0922 footer}}
{{Template:M204.0922 footer}}
<!-- skeleton as it was in pdf/INVALID LANGUAGE CODE /-->
<!-- skeleton as it was in pdf/INVALID LANGUAGE CODE /-->

Latest revision as of 19:07, 24 April 2018

M204.0922  Invalid language code

An IFSTRT call specifies a language code unknown to Model 204. The call fails, and the host language program must call IFSTRT again to proceed. Valid codes are 1 for PL/I F-level, 2 for COBOL and FORTRAN, and 3 for PL/I Optimizer or Checkout.

Response: Consult the function description page to correct the language code, 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