XMEMOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (Default is now 4 if M204XSVC is linked into the nucleus)
Line 3: Line 3:
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>3 if M204XSVC is linked into the nucleus
<dd>4 if M204XSVC is linked into the nucleus
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
Line 13: Line 13:
<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>The <var class="product">Model&nbsp;204</var> cross-memory services options that can be invoked during execution of <var class="product">Model&nbsp;204</var></p>
<p>The <var class="product">Model&nbsp;204</var> cross-memory services options that can be invoked during execution of <var class="product">Model&nbsp;204</var></p>

Revision as of 18:21, 28 May 2014

Cross-memory PC options

Summary

Default value
4 if M204XSVC is linked into the nucleus
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The Model 204 cross-memory services options that can be invoked during execution of Model 204

This parameter applies only to z/OS.

The XMEMSVC parameter is used with any of the nonzero settings.

Valid settings of XMEMOPT are:

SettingMeaning
X'80'Activates CRAM-XDM.
X'20'Use SUSPEND / RESUME instead of WAIT / POST for communication between Model 204 real subtasks. This option may reduce operating system overhead slightly.
X'04'Forces initialization of cross-memory environment.
X'03'Invokes both TIMER PC and IOS BRANCH ENTRY.
X'02'Invokes IOS BRANCH ENTRY (recommended for z/OS).
X'01'Invokes TIMER PC
X'00'Disables TIMER PC and IOS BRANCH ENTRY.

Note: VIO is incompatible with IOSBE and EXCPVR.