I am not an expert but I would think the "5 CPU minutes/job" would be 
irrespective of whether the jobstep program were DFSORT or your homegrown 
program. I think you are going to have to get some sort of special dispensation 
from your WLM or similar sysprogs.

I suppose you might get around the restriction by splitting the work up into 
multiple jobs. Each job would process some subset of the full repertoire of 
input datasets and produce some sort of a summary dataset. The summary datasets 
from the multiple jobs would then be combined by some final job.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Joseph Reichman
Sent: Wednesday, October 7, 2020 10:28 AM
To: [email protected]
Subject: Re: dataset allocation

There are two main issues here 

1) I can not allocate this many datasets to 
    A job step that’s includes using SVC 99

2) The job step times out because I have reached a 5 minute CPU time limit on 
the job step 

Sri from my understanding said DFSORT can overcome these two problems 

I’m looking at the DFSORT manual 

Thank You

> On Oct 7, 2020, at 1:16 PM, Jeremy Nicoll <[email protected]> 
> wrote:
> 
> On Wed, 7 Oct 2020, at 18:06, Joseph Reichman wrote:
>> I work for the IRS I have to search thru year 2020 data that’s 4,467 
>> files about 240,000 records per file and a record length could be 
>> 10,000 bytes 
>> VB files 
> 
> And you've said that multiple times.  No-one cares who you work
> for, but we do care about the technical issues you're facing.
> 
> 
> Every single time you ask for help, no matter on what topic, it's nearly 
> impossible for anyone to find out what exactly you're trying to do.
> 
> Why don't you just answer the questions?
> 
> Are the records in the file in any particular order?
> 
> Are you looking for particular values in fixed locations in the records?
> 
> Are you looking for records where there's definable relationships between
> values in specific records?
> 
> Is there any way that - say - you can do a first scan to make subsets of 
> records before you then examine those in much more detail?
> 
> -- 
> Jeremy Nicoll - my opinions are my own.
> 
> ----------------------------------------------------------------------
> 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