MISCOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 20: Line 20:
<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>
===Usage===
Obsolete as of Model 204 version 7.5. In 7.5, MISCOPT is still viewable but is not resettable.
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 22:13, 5 November 2013

Miscellaneous system options (obsolete) (obs)

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.

Usage

Obsolete as of Model 204 version 7.5. In 7.5, MISCOPT is still viewable but is not resettable.