M204.2720: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 5: Line 5:


<p>
<p>
<b>System manager response:</b> Probably the use of the VIO data set should be eliminated. If VIO was being used for CCATEMP, it is much better to use CCATEMP in storage by setting <var>TEMPPAGE</var>. If there is a compelling reason to use a VIO data set, then the <var>XMEMOPT</var> X'02' bit should not be set, though this will adversely affect I/O CPU overhead and prevent the use of above-the-bar buffers (<var>NUMBUFG</var> greater than 0).
<b>System manager response:</b> Probably the use of the VIO data set should be eliminated. If VIO was being used for CCATEMP, it is much better to use CCATEMP in storage by setting <var>[[TEMPPAGE parameter|TEMPPAGE]]</var>. If there is a compelling reason to use a VIO data set, then the <var>XMEMOPT</var> X'02' bit should not be set, though this will adversely affect I/O CPU overhead and prevent the use of above-the-bar buffers (<var>NUMBUFG</var> greater than 0).
</p>
</p>
{{Template:M204.2720 footer}}
{{Template:M204.2720 footer}}
<!-- skeleton as it was in pdf/VIO NOT ALLOWED WITH XMEMOPT=2/-->
<!-- skeleton as it was in pdf/VIO NOT ALLOWED WITH XMEMOPT=2/-->

Latest revision as of 23:05, 20 March 2018

M204.2720  VIO not allowed with XMEMOPT​=​2

An attempt was made to open a file whose DD card indicates a VIO data set, but the IOS Branch Entry feature is enabled by the XMEMOPT X'02' bit. When IOS Branch Entry is being used, VIO data sets may not be used as Model 204 files.

System manager response: Probably the use of the VIO data set should be eliminated. If VIO was being used for CCATEMP, it is much better to use CCATEMP in storage by setting TEMPPAGE. If there is a compelling reason to use a VIO data set, then the XMEMOPT X'02' bit should not be set, though this will adversely affect I/O CPU overhead and prevent the use of above-the-bar buffers (NUMBUFG greater than 0).

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages