"Scott Ford" <[email protected]> wrote in message news:<[email protected]>... > I realiaze the BR14 doesnt really 'do anything' , but with JCL > Shmuel: > > I realiaze the BR14 doesnt really 'do anything' , but with JCL attached to it > with a disp=new,catalog, I assume that an entry is created in the catalog and > the actual dataset is created by the allocating program . Correct ? > > Scott J Ford >
No, all dataset allocation (catalog, VTOC, etc) is all done by the Initiator, before the program is given control (disp=(NEW/OLD/SHR,anything,anything)). Disposition is done again by the Initiator after the program has returned control (disp=(anyting,KEEP/CATALOG/DELETE/PASS-for-normal-termination,KEEP/CATALOG/DELETE/PASS-for-abnormal-termination)). The program is provided with a ready made bed where all datasets are available and it only needs to open them if it desires to do so. If datasets cannot be made available by the Initiator, the job gets a JCL error and the program is never given control. 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: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

