B24SHRWT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The BATCH204 wait time increment, in milliseconds, between these messages:</p>
<p>The BATCH204 wait time increment, in milliseconds, between each reissue of this message:</p>
<p>'''M204.0582: ACCESS TO FILE <var class="term">data set name</var> PREVENTED BY: jobname'''</p>   
<p><b>M204.0582: ACCESS TO FILE <var class="term">data set name</var> PREVENTED BY: <var class="term">jobname</var></b></p>   
<p>A shared DASD enqueuing conflict occurred for the specified file. Another Model 204
<p>A shared DASD enqueuing conflict occurred for the specified file. Another Model 204
run processing on the same or a different CPU has established an enqueue against this  
run processing on the same or a different CPU has established an enqueue against this  
file.  This conflicts with the enqueue level you are attempting to establish.  Model 204
file.  This conflicts with the enqueue level you are attempting to establish.  Model 204
waits for the file to become available, and if not available after B24SHRWT milliseconds,
waits for the file to become available, and if it is not available after B24SHRWT milliseconds,
reissues the message and again waits for the file to become available.   
reissues the message and again waits for the file to become available.   
</p>
</p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 20:13, 6 November 2013

BATCH204 wait time(ms) between M204.0582 msgs

Summary

Default value
300000
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V7.1

Description

The BATCH204 wait time increment, in milliseconds, between each reissue of this message:

M204.0582: ACCESS TO FILE data set name PREVENTED BY: jobname

A shared DASD enqueuing conflict occurred for the specified file. Another Model 204 run processing on the same or a different CPU has established an enqueue against this file. This conflicts with the enqueue level you are attempting to establish. Model 204 waits for the file to become available, and if it is not available after B24SHRWT milliseconds, reissues the message and again waits for the file to become available.