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 <reflect...@oujesky.net>:
> 
> 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 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 not getting executed .
>> 
>> File LRECL = 500 Key is from position 19,4.
>> 
>> Here is the control card used
>> 
>> SORT FIELDS=COPY
>> OUTREC IFTHEN=(WHEN=GROUP,KEYBEGIN=(19,4),PUSH=(501:ID=3))
>> OUTFIL FNAMES=OUT001,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,001)
>> OUTFIL FNAMES=OUT002,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,002)
>> OUTFIL FNAMES=OUT003,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,003)
>> OUTFIL FNAMES=OUT004,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,004)
>> OUTFIL FNAMES=OUT005,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,005)
>> OUTFIL FNAMES=OUT006,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,006)
>> OUTFIL FNAMES=OUT007,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,007)
>> OUTFIL FNAMES=OUT008,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,008)
>> ---
>> --
>> OUTFIL FNAMES=OUT749,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,749)
>> OUTFIL FNAMES=OUT750,BUILD=(1,500),INCLUDE=(501,3,ZD,EQ,750)
>> 
>> 
>> so could some let me know how to get this fixed ? of is there any other way 
>> we can build this one ?
>> 
>> 
>> Regards
>> Ron T
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to