<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=SirSafe_enhanced_shared_DASD_enqueueing</id>
	<title>SirSafe enhanced shared DASD enqueueing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=SirSafe_enhanced_shared_DASD_enqueueing"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=SirSafe_enhanced_shared_DASD_enqueueing&amp;action=history"/>
	<updated>2026-05-13T19:57:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=SirSafe_enhanced_shared_DASD_enqueueing&amp;diff=94741&amp;oldid=prev</id>
		<title>Admin: 1 revision: SirSafe pages</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=SirSafe_enhanced_shared_DASD_enqueueing&amp;diff=94741&amp;oldid=prev"/>
		<updated>2016-11-30T21:32:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision: SirSafe pages&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:32, 30 November 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=SirSafe_enhanced_shared_DASD_enqueueing&amp;diff=94740&amp;oldid=prev</id>
		<title>JAL: link repair</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=SirSafe_enhanced_shared_DASD_enqueueing&amp;diff=94740&amp;oldid=prev"/>
		<updated>2016-11-30T21:09:14Z</updated>

		<summary type="html">&lt;p&gt;link repair&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SirSafe&amp;lt;/var&amp;gt; enhances the shared DASD enqueue mechanisms of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; to better exploit&lt;br /&gt;
Sysplex and multiple LPAR environments.&lt;br /&gt;
The &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; stand-alone utility allows members of a Sysplex or GRS ring to&lt;br /&gt;
&amp;quot;see&amp;quot; each other, providing automatic recovery from a variety of shared DASD enqueueing conflicts that arise&lt;br /&gt;
when &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; jobs are scheduled across multiple systems.&lt;br /&gt;
Extended monitoring and administration facilities within the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; environment&lt;br /&gt;
simplify administration of Sysplex environments.&lt;br /&gt;
&lt;br /&gt;
==Global Resource Serialization (GRS)==&lt;br /&gt;
Global Resource Serialization (GRS) allows two or more operating system&lt;br /&gt;
instances to share information about serialized resources.&lt;br /&gt;
GRS can be used to support ENQ/DEQ serialization between address spaces&lt;br /&gt;
executing under different instances of an MVS operating system.&lt;br /&gt;
GRS is mandatory between members of a Sysplex, and it is optional between&lt;br /&gt;
systems that are not members of the same Sysplex.&lt;br /&gt;
&lt;br /&gt;
Once a GRS ring is established, ENQ/DEQ requests between all members of the ring can be serialized as if the entire ring were a single operating system image.&lt;br /&gt;
The ENQ/DEQ services accept an argument that specifies the scope of the resource being enqueued:&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;SYSTEM&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The current ENQ/DEQ applies just to the current operating system instance. ENQ/DEQ requests with a scope of &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt; are not visible to other members of a GRS ring.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;SYSTEMS&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The current ENQ/DEQ applies to the GRS ring of the current system. ENQ/DEQ requests with a scope of &amp;lt;code&amp;gt;SYSTEMS&amp;lt;/code&amp;gt; are not considered to be the same as requests with a scope of &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt;.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
The mutual insulation of the ENQ/DEQ scopes means that all of the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instances executing on an operating&lt;br /&gt;
system instance must use the same specification for scope.&lt;br /&gt;
In practice, this can be very hard to ensure, and errors can compromise file integrity.&lt;br /&gt;
&lt;br /&gt;
Fortunately, a &amp;lt;code&amp;gt;GRSRNLxx parmlib&amp;lt;/code&amp;gt; member can be used to override the scope specificationfor ENQ/DEQ requests.&lt;br /&gt;
This makes it possible for all of the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; file control ENQ/DEQ&lt;br /&gt;
requests on a system to be promoted from a scope of &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt; to a scope of &amp;lt;code&amp;gt;SYSTEMS&amp;lt;/code&amp;gt;.&lt;br /&gt;
This is accomplished by the following entries in a GRSRNLxx member:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;RNLDEF RNL(INCL) TYPE(GENERIC) QNAME(IFAMQA)&lt;br /&gt;
RNLDEF RNL(INCL) TYPE(GENERIC) QNAME(IFAMQB)&lt;br /&gt;
RNLDEF RNL(INCL) TYPE(GENERIC) QNAME(IFAMQC)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
If the entries above are active for a particular instance of MVS, then all of the ENQ/DEQ requests used by &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; to serialize database file access will be promoted to the &amp;lt;code&amp;gt;SYSTEMS&amp;lt;/code&amp;gt; scope.&lt;br /&gt;
This guarantees that the current &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; logic for shared DASD will continue to work, but in and&lt;br /&gt;
of itself, the promotion does not extend the functionality.&lt;br /&gt;
&lt;br /&gt;
For more information on creating and maintaining GRS rings and promoting&lt;br /&gt;
enqueues, refer to the following IBM publications:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;MVS Authorized Assembler Services Guide&amp;lt;/i&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;MVS Planning: Global Resource Serialization&amp;lt;/i&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;MVS Initialization and Tuning Reference&amp;lt;/i&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;b id=&amp;quot;sirenq&amp;quot;&amp;gt;&amp;lt;/b&amp;gt;SIRENQ==&lt;br /&gt;
The &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; utility is designed to be run as a started task or batch job under all of the&lt;br /&gt;
MVS instances that can host &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; jobs.&lt;br /&gt;
Its purpose is to let each &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance determine if it is a member of a Sysplex&lt;br /&gt;
or GRS ring, and if so, to determine the other members of the ring that are promoting IFAMQx enqueues.&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; can then treat all systems so identified as a single system image,&lt;br /&gt;
performing automatic cleanup of obsolete shared DASD enqueue list entries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt;&amp;#039;s unified view of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instances and shared DASD cleanup&lt;br /&gt;
provides significant benefit to Sysplex and GRS ring members,&lt;br /&gt;
while it still maintains the usefulness of the current shared DASD&lt;br /&gt;
approach for other systems (for example, for a monoplex used for testing).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; installation and operation is summarized in [[SirSafe SIRENQ utility]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; establishes three special enqueues, each with a scope of &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;IFAMQA   MODEL204.SIRENQ.&amp;lt;i&amp;gt;smfid&amp;lt;/i&amp;gt;&lt;br /&gt;
IFAMQB   MODEL204.SIRENQ.&amp;lt;i&amp;gt;smfid&amp;lt;/i&amp;gt;&lt;br /&gt;
IFAMQC   MODEL204.SIRENQ.&amp;lt;i&amp;gt;smfid&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
Where &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;smfid&amp;lt;/var&amp;gt; is the SMF system ID for the current system.&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; then uses the GQSCAN system service to build a list of all MVS instances that have enqueues on these resources with a scope of &amp;lt;code&amp;gt;SYSTEMS&amp;lt;/code&amp;gt;.&lt;br /&gt;
By examining the last portion of the resource name, &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; can&lt;br /&gt;
determine if the IFAMQx enqueues from other systems will be &amp;quot;visible.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; wakes up periodically (default sleep interval is five minutes) to recheck&lt;br /&gt;
its view of the GRS environment and update its list of other MVS instances&lt;br /&gt;
running &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt;.&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; also produces informational messages to the operator&amp;#039;s&lt;br /&gt;
console when other MVS instances either become visible or cease to be visible.&lt;br /&gt;
&lt;br /&gt;
==Modified shared DASD list maintenance==&lt;br /&gt;
All systems that are &amp;quot;SIRENQ visible&amp;quot; to the current system are considered&lt;br /&gt;
to be the same system for purposes of deleting obsolete shared DASD enqueue list entries.&lt;br /&gt;
For example, if a &amp;lt;var class=product&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance is running on system &amp;lt;code&amp;gt;V210&amp;lt;/code&amp;gt; with a copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt;,&lt;br /&gt;
and &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; is also running on another GRS ring member with an SMF system ID of &amp;lt;code&amp;gt;Z140&amp;lt;/code&amp;gt;,&lt;br /&gt;
the first instance automatically detects and deletes any obsolete enqueue entries for &amp;lt;code&amp;gt;Z140&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is possible because the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instances on &amp;lt;code&amp;gt;V210&amp;lt;/code&amp;gt; know that their&lt;br /&gt;
ENQ/DEQ calls have been promoted to the &amp;lt;code&amp;gt;SYSTEMS&amp;lt;/code&amp;gt; scope, and they also know that the ENQ/DEQ calls on &amp;lt;code&amp;gt;Z140&amp;lt;/code&amp;gt; have been promoted.&lt;br /&gt;
Further, &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instances on the two systems know that the GRS ring between the two instances is functional.&lt;br /&gt;
&lt;br /&gt;
Note that if a third system is either not in the GRS ring or&lt;br /&gt;
does not have a copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; active,&lt;br /&gt;
then any &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance running on that system will not be able to detect&lt;br /&gt;
obsolete entries from &amp;lt;code&amp;gt;V210&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;Z140&amp;lt;/code&amp;gt;, and those systems in turn will not be able to detect obsolete entries from the third system.&lt;br /&gt;
However, no loss in file integrity will result from sharing files among the three systems.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;b id=&amp;quot;condasd&amp;quot;&amp;gt;&amp;lt;/b&amp;gt;Controlling shared DASD enqueueing==&lt;br /&gt;
The [[SirSafe command and function reference#AUTHCTL|AUTHCTL command under SirSafe]] is enhanced to better support the&lt;br /&gt;
monitoring and management of shared DASD enqueueing within &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;AUTHCTL VIEW&amp;lt;/var&amp;gt; indicates whether enhanced shared DASD enqueueing is active, and if so, it lists the systems that are visible and those that have become invisible:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;***  MSIR.0688: SirSafe enhanced shared DASD active on V210 (SIRIJES2)&lt;br /&gt;
***  MSIR.0689: SirSafe Shared DASD visible system:   V210   (SIRIJES2)&lt;br /&gt;
***  MSIR.0689: SirSafe Shared DASD visible system: + Z140   (SIRIUSZO)&lt;br /&gt;
***  MSIR.0689: SirSafe Shared DASD visible system: - TEST   (SIRITEST)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
The above example shows that enhanced shared DASD enqueueing is active for the&lt;br /&gt;
current system, that the system &amp;lt;code&amp;gt;Z140&amp;lt;/code&amp;gt; has become visible since the last &amp;lt;var&amp;gt;AUTHCTL VIEW&amp;lt;/var&amp;gt; or&lt;br /&gt;
&amp;lt;var&amp;gt;AUTHCTL REFRESH&amp;lt;/var&amp;gt;, and the the system &amp;lt;code&amp;gt;TEST&amp;lt;/code&amp;gt; was visible but is currently not visible.&lt;br /&gt;
Note that the eight-character &amp;quot;system name&amp;quot; is shown as well as the older&lt;br /&gt;
four-character SMF ID for each system.&lt;br /&gt;
&lt;br /&gt;
Suppose that a &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; Online being tested under system &amp;lt;code&amp;gt;TEST&amp;lt;/code&amp;gt; had several files open when the testing LPAR was reset.&lt;br /&gt;
Rather than track down all the obsolete shared DASD enqueue list entries and delete them with an &amp;lt;var&amp;gt;ENQCTL&amp;lt;/var&amp;gt; command, a second copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; can be run on the &amp;lt;code&amp;gt;V210&amp;lt;/code&amp;gt;&lt;br /&gt;
system, with an &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;smfid&amp;lt;/var&amp;gt; parameter value of &amp;lt;code&amp;gt;TEST&amp;lt;/code&amp;gt;.&lt;br /&gt;
This causes any &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance on &amp;lt;code&amp;gt;V210&amp;lt;/code&amp;gt; to automatically clear the obsolete entries from &amp;lt;code&amp;gt;TEST&amp;lt;/code&amp;gt;.&lt;br /&gt;
While this second copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; is active, an &amp;lt;var&amp;gt;AUTHCTL VIEW&amp;lt;/var&amp;gt; command yields:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;***  MSIR.0688: SirSafe enhanced shared DASD active on V210 (SIRIJES2)&lt;br /&gt;
***  MSIR.0689: SirSafe Shared DASD visible system:   Z140   (SIRIUSZO)&lt;br /&gt;
***  MSIR.0689: SirSafe Shared DASD visible system:   TEST   (SIRIJES2)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
The presence of the system name makes it easy to spot duplicate copies of&lt;br /&gt;
&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; that were used to facilitate recovery.&lt;br /&gt;
Note that if the system &amp;lt;code&amp;gt;SIRITEST&amp;lt;/code&amp;gt; was restarted and rejoined the Sysplex or&lt;br /&gt;
GRS ring, then when it&amp;#039;s copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; was started, the operator of&lt;br /&gt;
&amp;lt;code&amp;gt;SIRITEST&amp;lt;/code&amp;gt; would receive an error notification indicating that &amp;lt;code&amp;gt;SIRIJES2&amp;lt;/code&amp;gt; was running a spoofing copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance maintains its view of visible systems in an efficient manner.&lt;br /&gt;
You can use the &amp;lt;var&amp;gt;[[SirSafe command and function reference#AUTHCTL REFRESH|AUTHCTL REFRESH]]&amp;lt;/var&amp;gt; command to cause &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; to manually&lt;br /&gt;
rebuild its view of visible systems:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;AUTHCTL REFRESH [CLEAR]&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
The &amp;lt;var&amp;gt;CLEAR&amp;lt;/var&amp;gt; option directs &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; to remove from its list any systems that were&lt;br /&gt;
once visible, but are now invisible (that is, those entries preceded by a minus sign).&lt;br /&gt;
If a &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; instance is started without a copy of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SIRENQ&amp;lt;/var&amp;gt; running, then an &amp;lt;var&amp;gt;AUTHCTL REFRESH&amp;lt;/var&amp;gt;&lt;br /&gt;
command is required to enable enhanced shared DASD enqueueing.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:SirSafe topic list}}&lt;br /&gt;
&lt;br /&gt;
[[Category:SirSafe]]&lt;/div&gt;</summary>
		<author><name>JAL</name></author>
	</entry>
</feed>