SYSOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add link)
Line 1: Line 1:
{{Template:SYSOPT parameter subtitle}}
{{Template:SYSOPT parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 8: Line 9:
<dt>Where set
<dt>Where set
<dd>
<dd>
<p>In z/OS, the SYSOPT parameter must always be set via the PARM field in the EXEC card (see the <var>Model&nbsp;204 System Manager's Guide</var>), using the parameters passed by the operating system when <var class="product">Model&nbsp;204</var> is invoked.</p>
<ul>
<p>In z/VM, the SYSOPT parameter is stacked in the EXEC that issues all the FILEDEFs.</p>
<li>In z/OS, the <var>SYSOPT</var> parameter must always be set via the PARM field in the EXEC card (see [[Defining the runtime environment (CCAIN)#Specifying EXEC statement parameters|Specifying EXEC statement parameters]]), using the parameters passed by the operating system when <var class="product">Model&nbsp;204</var> is invoked.</li>
<p>In z/VSE, the SYSOPT parameter is passed in the UPSI statement.</p>
 
<li>In z/VM, the <var>SYSOPT</var> parameter is stacked in the EXEC that issues all the FILEDEFs.</li>
 
<li>In z/VSE, the <var>SYSOPT</var> parameter is passed in the UPSI statement.</li>
</ul>
<dt>Related products
<dt>Related products
<dd>All
<dd>All
Line 16: Line 21:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>
<p>

Revision as of 21:47, 26 February 2015

System options

Summary

Default value
128 (X'80')
Parameter type
System
Where set
  • In z/OS, the SYSOPT parameter must always be set via the PARM field in the EXEC card (see Specifying EXEC statement parameters), using the parameters passed by the operating system when Model 204 is invoked.
  • In z/VM, the SYSOPT parameter is stacked in the EXEC that issues all the FILEDEFs.
  • In z/VSE, the SYSOPT parameter is passed in the UPSI statement.
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

Specifies the system options.

Valid settings of SYSOPT are (options can be summed):

Hex settingDecimal settingMeaning
X'80' 128 Write to audit trail and/or journal.
X'40' 64 Force an ABEND without a dump at termination when the return code is not zero.
X'20' 32 Include RK lines in the audit trail and/or the journal.
X'10' 16Require login.
X'08' 8 Perform DISCONNECT during logout (not effective for terminals connected to Model 204 through CRAM).
X'04' 4Execute Model 204 data definition commands within a particular run of Model 204 only through the File Management facility of Dictionary.
X'02' 2 Open CCAGRP for use of permanent file groups.
X'01' 1 Open CCASYS during initialization

Setting option 4 restricts the use of Model 204 data definition commands within a particular Model 204 run. When the SYSOPT value includes option 4, the following commands can be executed only through the File Management facility of Dictionary/204:

Commands restricted by option 4
CREATE FILESECURE FILE
INITIALIZEDESECURE FILE
DEFINE FIELDINCREASE
REDEFINEDECREASE
DELETE FIELDRESET
RENAME FIELD

The RESET option also restricts the resetting of any resettable file parameters except FISTAT. The following resettable file parameters are restricted:

Command restriction by the RESET option
BRESERVEPRCLDEF
DRESERVEADDLVL
FOPTREADLVL
FRCVOPTSELLVL
OPENCTLUPDTLVL
PRIVDEFVERIFY

SYSOPT cannot be reset by the system manager.