MSIR.0949: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<p class="code>MSIR.0949: FastReload error: file requires LAI input from FastUnload version 4.0 or later</p></li>
<p class="code>MSIR.0949: FastReload error: file requires LAI input from FastUnload version 4.0 or later</p></li>
<li>When loading a fieldgroup with an LAI, particularly when using the NOFDEF option to prevent automatically redefining fields from UAI input, the field structure of field structure of the fieldgroup in the target file must match that of the same fieldgroup in the unloaded file, otherwise a message such as the following is produced:
<li>When loading a fieldgroup with an LAI, particularly when using the NOFDEF option to prevent automatically redefining fields from UAI input, the field structure of field structure of the fieldgroup in the target file must match that of the same fieldgroup in the unloaded file, otherwise a message such as the following is produced:
<p class="code>MSIR.0949: FastReload error loading field or fieldgroup nnn: TAPEI file contains field in fieldgroup but that field is not being loaded into a fieldgroup</p></li></ul>
<p class="code>MSIR.0949: FastReload error loading field or fieldgroup nnn: TAPEI file  
contains field in fieldgroup but that field is not being loaded into a fieldgroup</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:49, 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

  • When loading a fieldgroup with an LAI, particularly when using the NOFDEF option to prevent automatically redefining fields from UAI input, the field structure of field structure of the fieldgroup in the target file must match that of the same fieldgroup in the unloaded file, otherwise a message such as the following is produced:

    MSIR.0949: FastReload error loading field or fieldgroup nnn: TAPEI file contains field in fieldgroup but that field is not being loaded into a fieldgroup

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