Re: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-02-01 Thread Jon Perryman
It sounds like the FREE is not working properly. LISTDS ST would display the allocated datasets See if your datasets are actually being freed or what is causing the large number of dynamic datasets Jon Perryman. From: Paul Gilmartin paulgboul...@aim.com On

I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-01-31 Thread Mil Hashoul
Hi, I have program which allocate through dynamical allocation a thousands of datasets under the same address space, eventaully I start to get the message: IKJ56866I DATA SET x NOT ALLOCATED, CONCURRENT ALLOCATIONS What I can do? is this a parameter that I indicate at the JCL to allow me

Re: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-01-31 Thread John McKown
Look at the DYNAMNBR parameter on the EXEC JCL statement ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B6A0/16.6 On Fri, Jan 31, 2014 at 9:13 AM, Mil Hashoul smil...@gmail.com wrote: Hi, I have program which allocate through dynamical allocation a thousands of datasets

Re: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-01-31 Thread John P Kalinich
Mil Hashoul if the IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU wrote on 01/31/2014 09:13:16 AM: I have program which allocate through dynamical allocation a thousands of datasets under the same address space, eventaully I start to get the message: IKJ56866I DATA SET x NOT

Re: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-01-31 Thread Lizette Koehler
@LISTSERV.UA.EDU Subject: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS Hi, I have program which allocate through dynamical allocation a thousands of datasets under the same address space, eventaully I start to get the message: IKJ56866I DATA SET x

Re: I am getting message IKJ56866I DATA SET NOT ALLOCATED, CONCURRENT ALLOCATIONS

2014-01-31 Thread Paul Gilmartin
On Fri, 31 Jan 2014 09:16:41 -0600, John McKown wrote: Look at the DYNAMNBR parameter on the EXEC JCL statement ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B6A0/16.6 Should this matter if he's doing FREE? The allocations should then not be concurrent. Perhaps the FREE