On Sun, 11 Oct 2009 10:23:45 +0800 bububut <[email protected]> wrote:
:>I am new to Mainframe (get to learn Mainframe about 3 months ago). I :>find it amazing and interesting exploring the mf world. But I have met :>many problems as well. Lucky to find here to put my questions^ :>One of them is: How to add (or remove) libraries to an existed dataset :>concatenation? I do not want to disturb other libraries already in the :>concatenation. Is there any command or utility that can do this? If the datasets are permanently concatenated the only way is to determine which datasets are in the concat (inquire), free it and reallocate and concatenate the ones you want to keep. To add additional datasets to the end, just allocate them and concatenate. To concatenate in front (2 or more), allocate the last one to be added, concat the old list to it, then allocate the first to the DDNAME, concat the 2nd etc. until you concat the old list. To add one to the front, concat it twice. -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- 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

