Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-13 Thread Ituriel do Neto
...@gmail.com] Sent: Saturday, June 11, 2022 12:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K Hello - We are splitting a very large files in to 750 files dynamically based on key , which means if the key changes the file is moved to the respective ones

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-13 Thread Seymour J Metz
: Saturday, June 11, 2022 12:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K Hello - We are splitting a very large files in to 750 files dynamically based on key , which means if the key changes the file is moved to the respective ones we are getting

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-11 Thread Alan Young
:35 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K The simple solution is to split the single job into multiple jobs.  As a start, put the first 250 into JOB1, the second 250 into JOB2 and the last 250 into JOB3. It means 3 passes of the input fil

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-11 Thread Rob Schramm
TH > > Peter > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Ron Thomas > Sent: Saturday, June 11, 2022 12:14 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K > > Hello - > >

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-11 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Ron Thomas Sent: Saturday, June 11, 2022 12:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K Hello - We are splitting a very large files in to 750 files dynamically based on key

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-11 Thread Wolfgang Fritz
You could do it with a small assembler or cobol program with dynamic allocation dependent on your data. Bin unterwegs hab nur iPhone zur Verfügung. > Am 11.06.2022 um 06:39 schrieb Michael Oujesky : > > Failing in allocation. Going to have to use fewer output files in a single > step. > >

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-11 Thread Sri h Kolusu
>> we are getting the message STEPBB - TASK I/O TABLE EXCEEDS TIOT LIMIT OF >> 0064K STEPBB - STEP WAS NOT EXECUTED. Ron, Are your output files writing to a tape? If you are writing to DASD then you shouldn't have any issue. Your shop seems to have TIOT limit of 64 which should allow 3273

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-10 Thread Mike Schwab
https://www.ibm.com/support/pages/tiot-space-and-dynvol TIOT size is modifyable up to 64K in PARMLIB(ALLOCxx), which you have already done. >> The TIOT size is specified in the ALLOCxx PARMLIB member and has a default of 32K. This is sufficient for 1635 data sets on a single volume and 129 data

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-10 Thread Michael Oujesky
Failing in allocation. Going to have to use fewer output files in a single step. Michael At 11:14 PM 6/10/2022, Ron Thomas wrote: Hello - We are splitting a very large files in to 750 files dynamically based on key , which means if the key changes the file is moved to the respective

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-10 Thread Ron Thomas
Hi edjaffe - I am not sure how to make that changes in then job . would you be able to let me know what changes i should make in the job ? Thanks Ron T -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-10 Thread Ed Jaffe
On 6/10/2022 9:14 PM, Ron Thomas wrote: Hello - We are splitting a very large files in to 750 files dynamically based on key , which means if the key changes the file is moved to the respective ones we are getting the message STEPBB - TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K STEPBB - STEP

dfsort -TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K

2022-06-10 Thread Ron Thomas
Hello - We are splitting a very large files in to 750 files dynamically based on key , which means if the key changes the file is moved to the respective ones we are getting the message STEPBB - TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0064K STEPBB - STEP WAS NOT EXECUTED. and hence the step is