MSIR.0949: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
<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>
<li>An LAI is loading a file with the FILEORG_x'100' setting, but the FUNOUT dataset was created by an earlier version of FastUnload that doesn't support FILEORG x'100' on reload. In this case the following message is produced:
<li>An LAI is loading a file with the FILEORG_x'100' setting, but the FUNOUT dataset was created by an earlier version of FastUnload that doesn't support FILEORG x'100' on reload. In this case the following message is produced:
<p class="code>MSIR.0949: Fast/Reload error: file requires LAI input from FastUnload version 4.0 or later</p></li></ul>
<p class="code>MSIR.0949: FastReload error: file requires LAI input from FastUnload version 4.0 or later</p></li></ul>
<p>
<p>
<b>Response:</b>
<b>Response:</b>
</p>
</p>
{{Template:MSIR.0949 footer}}
{{Template:MSIR.0949 footer}}

Revision as of 14:00, 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

  • An LAI is loading a file with the FILEORG_x'100' setting, but the FUNOUT dataset was created by an earlier version of FastUnload that doesn't support FILEORG x'100' on reload. In this case the following message is produced:

    MSIR.0949: FastReload error: file requires LAI input from FastUnload version 4.0 or later

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