On Mon, 12 Mar 2007 08:34:26 -0400, Lizette Koehler wrote: > > I did have a case in a past shop where a programmer was running a batch IMS > job in production, using the production RESLIB. He/She failed to notice > that the DISP=SHR had a blank instead of a comma. This cause the default > JCL DISP to take affect. The next time the IMS regions were cycled (2 weeks > later) the Production IMS Reslib was deleted. Fortunately we had a current > backup and could restore it. But that cause my shop to rethink how JCL > would be handled on adhoc jobs. > ???
I'll trust you that this happened, but I fail to understand how. The default JCL disposition should have been (NEW,DELETE) (does your site somehow have a different disposition?) So: o If the programmer specified unit and volume, allocation should have failed because of duplicate data set on volume. o If the programmer omitted unit or volume, allocation should have created a new data set on a work volume. In neither case would the production data set have been deleted. Where's RACF when you need it? -- gil -- StorageTek INFORMATION made POWERFUL ---------------------------------------------------------------------- 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

