M204.1832: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor word change)
 
Line 5: Line 5:
<b>Response:</b> Contact the system manager. </p>
<b>Response:</b> Contact the system manager. </p>
<p>
<p>
<b>System manager response:</b> The data set(s) in question must be moved back to a device of the same type as the one on which they were created (using a utility other than DUMP/RESTORE). It will then be possible to OPEN the file and safely move it to
<b>System manager response:</b> The data set(s) in question must be moved back to a device of the same type as the one on which they were created (using a utility other than DUMP/RESTORE). It will then be possible to open the file and safely move it to a new location with a Model&nbsp;204 DUMP/RESTORE.  
a new location with a Model&nbsp;204 DUMP/RESTORE. </p>
</p>
{{Template:M204.1832 footer}}
{{Template:M204.1832 footer}}
<!-- skeleton as it was in pdf/FILE SKEWED FOR DIFFERENT DEVICE TYPE, FILE: filename /-->
<!-- skeleton as it was in pdf/FILE SKEWED FOR DIFFERENT DEVICE TYPE, FILE: filename /-->

Latest revision as of 22:08, 12 March 2018

M204.1832  File skewed for different device type​,​ file: token

One or more of the data sets that comprise the Model 204 file token0 have been moved to a different direct access device, and a utility other than Model 204 DUMP/RESTORE was used to move the data. The device on which they now reside requires a skewing factor different than the one for the device on which the file was created. The file cannot be opened.

Response: Contact the system manager.

System manager response: The data set(s) in question must be moved back to a device of the same type as the one on which they were created (using a utility other than DUMP/RESTORE). It will then be possible to open the file and safely move it to a new location with a Model 204 DUMP/RESTORE.

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