Donald Russell wrote:
//S1 EXEC PGM=IEFBR14
//FILE1 DD DSN=...,DISP=(OLD,DELETE),UNIT=(,,DEFER)

I believe this will delete a migrated dataset without recalling it, because
IIRC the DEFER option on UNIT says, don't allocate a device for this until
the dataset is opened... since IEFBR14 doesn't open the dataset, it's not
allocated to a device and there's no need to recall it.

Does implicit HRECALL happen at OPEN time? I thought it occurred at allocation time. Otherwise, what unit/volume information would be found in control blocks like JFCB, DSAB, TIOT, etc. for a migrated data set that has been allocated but not yet OPENed?

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[email protected]
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to