> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of John McKown > Sent: 10 March, 2017 15:29 > To: [email protected] > Subject: Re: DSN=&&TEMP,DISP=(,DELETE) vs DSN=HLQ.MLQ.LLQ,DISP=(,DELETE) > > On Fri, Mar 10, 2017 at 8:00 AM, PINION, RICHARD W. < > [email protected]> wrote: > > > I thought that was the case, but I wanted to make sure. > > > > Vendor product generates HLQ.MLQ.LLA,DISP=(,DELETE) and > > uses dynamic allocation. These are compile and link edit > > type data sets. I wanted to direct them to VIO, but have > > been unsuccessful (Kees, just saw your last post concerning > > VIO). > > > > > The only thing to address which comes to my mind is the IEFDB401 > (Dynamic > Allocation) exit ( > https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r > 2.ieae400/ieae40033.htm > ). Using this exit it should be possible to check the DISP= > specification > (if any, default is NEW,DELETE,DELETE) along with the DSN value. It can > then either modify or add the value for the UNIT to be something > "special" > (specific to this facility). The ACS routines can then check for this > special UNIT= value to handle these data sets differently, such as > assigning the to the VIO storage group. > >
I think the ACS routines can do this without intervention of IEFDB401, but they still can't direct a non-temporary dataset (dsname=something.real) to VIO. Kees. ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
