On Fri, 26 Jun 2015 11:58:32 -0500, Mike Schwab wrote:

>http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.adru000/cnscs.htm
>//STEP01 EXEC PGM=IEFBR14
>//DD1 DD DISP=OLD,DSN=data.set.name (wait until free)
>
Isn't there a timing window right here?  Anyone else waiting in the
queue will grab an ENQ at this point?

>//STEP01 EXEC PGM=ADRDSSU
>//SYSIN DD *
>   CONSOLIDATE DS(INCLUDE(data.set.name))
>
But that's actually a small risk because most of the users are foreground
and can't S99WTDSN.  But can I put DISP=OLD on STEP01?
(But I got HMIGRATE WAIT to work with a very simliar technique.
Crisis over.)

Thanks,
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to