MISCOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Undo revision 56890 by DmeWiccan (talk))
Line 19: Line 19:
<tr><th align="right"><var>X'01' </var></th><td>Automatic increase of a file is suppressed when it is opened. This flag should be used when at file open time is undesirable. </td></tr>
<tr><th align="right"><var>X'01' </var></th><td>Automatic increase of a file is suppressed when it is opened. This flag should be used when at file open time is undesirable. </td></tr>
</table>
</table>
[[Category:System parameters]]
[[Category:System Parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 15:18, 19 April 2013

Summary

Default value
X'00'
Parameter type
System
Where set
On User 0's parameter card or reset by the system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The MISCOPT parameter contains miscellaneous system options.

Value Specifies that
X'00' No miscellaneous options are selected
X'01' Automatic increase of a file is suppressed when it is opened. This flag should be used when at file open time is undesirable.