M204.0113: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.0113 skeleton}}
{{Template:M204.0113 skeleton}}
<P>Internal data structures (the data set list or the logical page map) have been changed on the file that you are trying to restore. This is true if an INCREASE or DECREASE command was issued for the file after the DUMP that produced the dump data set. </P>
<P>Internal data structures (the data set list or the logical page map) have been changed on the file that you are trying to restore. This is true if an INCREASE or DECREASE command was issued for the file after the DUMP that produced the dump data set. </P>
<p><b>File manager response:</b> Use the RESTORE command with the 128 option to alter the DSL/LPM, or either recreate or reallocate the target file to match the dump data set. </p>
<p><b>File manager response:</b> Use the <var>[[RESTORE command|RESTORE]]</var> command with the 128 option to alter the DSL/LPM, or either recreate or reallocate the target file to match the dump data set. </p>
{{Template:M204.0113 footer}}
{{Template:M204.0113 footer}}
<!-- skeleton as it was in pdf/DSL/LPM ALTERATION IMPLIED BUT NOT AUTHORIZED /-->
<!-- skeleton as it was in pdf/DSL/LPM ALTERATION IMPLIED BUT NOT AUTHORIZED /-->

Latest revision as of 21:55, 14 February 2018

M204.0113  DSL​/​LPM alteration implied but not authorized

Internal data structures (the data set list or the logical page map) have been changed on the file that you are trying to restore. This is true if an INCREASE or DECREASE command was issued for the file after the DUMP that produced the dump data set.

File manager response: Use the RESTORE command with the 128 option to alter the DSL/LPM, or either recreate or reallocate the target file to match the dump data set.

Message attributes:

RETCODEO=20Sets online return code
RETCODEB=20Sets 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