MSIR.0949: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:MSIR.0949 skeleton}}
{{Template:MSIR.0949 skeleton}}
<p>
<p>
An error has occurred when reloading field data as part of an LAI process.The following examples are amongst the possibles texts that can be displayed with this message:
An error has occurred when reloading field data as part of an [[Fast/Reload_statements#laistmt|LAI]] process.The following examples are amongst the possibles texts that can be displayed with this message:
</p>
</p>
<ul>
<ul>
<li>An LAI is loading a file without the FILEORG x'100' bit set, but the FUNOUT dataset contains data for fields with attributes that require the FILEORG x'100' setting. In this case the following message is produced:
<li>An LAI is loading a file without the <var>[[FILEORG_parameter|FILEORG]]</var> x'100' bit set, but the FUNOUT dataset contains data for fields with attributes that require the FILEORG x'100' setting. In this case the following message is produced:
<p class="code>MSIR.0949: Fast/Reload error: field nnn has attributes which require FILEORG X'100' file</p></li>
<p class="code>MSIR.0949: Fast/Reload error: field nnn has attributes which require FILEORG X'100' file</p></li>
</ul>
</ul>

Revision as of 13:16, 6 June 2019

MSIR.0949  Fast/Reload token0

An error has occurred when reloading field data as part of an LAI process.The following examples are amongst the possibles texts that can be displayed with this message:

  • An LAI is loading a file without the FILEORG x'100' bit set, but the FUNOUT dataset contains data for fields with attributes that require the FILEORG x'100' setting. In this case the following message is produced:

    MSIR.0949: Fast/Reload error: field nnn has attributes which require FILEORG X'100' file

Response:

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