[Default] On 7 Oct 2020 08:50:04 -0700, in bit.listserv.ibm-main
[email protected] (Joseph Reichman) wrote:

>Yes at this point but since the file is variable 
>I may need an exit to get the right spot at times to do a compare  
>There are 4,644 files an average of 240,000 records the file is VB the record 
>size can be 10,000 rough estimates 
>
If these files are normally accessed by either COBOL or PL1, using a
COBOL or Pl1 program in batch to do what you need to do will be faster
to code.  Both languages have reference modification so variably
located fields can be easily dealt with (I have written programs in
COBOL to process's SMF 30 records and to parse COBOL source statements
for CALL and COPY usage).  You can increase sequential performance by
coding a BUFNO on the file such that a cylinder can bee read at a
time.  The advantage of COBOL is that the program(s) can bee easily
used as templates for future job like this.

Clark Morris  
>> On Oct 7, 2020, at 11:44 AM, Sri h Kolusu <[email protected]> wrote:
>> 
>> ?
>>> 
>>>> There is a maximum of 5 min CPU time for job step
>>>> In order to increase the TIOT the  allocxx member had to be modified
>> 
>> 
>> You don't have to change TIOT limit, we can cap the concatenation limit to
>> whatever value we decide. Since you only have 5 mins of cpu time for each
>> job, we probably can limit to 800-1000 dataset per job.
>> 
>> So far you haven't explained as to what you are trying to do? Is it just
>> picking records that match a condition?
>> 
>> Thanks
>> Kolusu
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to [email protected] with the message: INFO IBM-MAIN
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to