1,635 pts.
 AS/400 job taking more time than the other relevant jobs
Here is my Scenario...

   Every day my a robot job will submit 7 batch jobs at single point of time and all jobs do the same no of transaction process.All jobs has same run priority as well. But the problem is all jobs completing at the same time except one job which is running slower than the other jobs.As per my analysis Job is using less CPU% than the other jobs.  

I'm trying to figure out why this particular job alone running slowly and why can't it is utilizing much CPU%.

Can any body provide inputs to resolve this issue.?

 

Thanks 



Software/Hardware used:
V6R1
ASKED: January 12, 2011  7:01 PM
UPDATED: January 14, 2011  7:30 PM

Answer Wiki:
Followup on Tom's question: Are all 7 jobs running over the exact same database with the exact same program, all processing the exact same records? If not, and I assune this is not the case, what is different in the processes? Is one of the jobs doing more I/O? Are six oif the jobs using the same data (thus it would be in memory) and the other job using totally different data so it has to do more disk access?
Last Wiki Answer Submitted:  January 14, 2011  7:30 pm  by  CharlieBrowne   32,825 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,825 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

It doesn’t make much sense to have seven jobs doing the same work over the same transactions unless you are deliberately running them that way for a test. If you are, then that’s something we need to know.

But if the jobs are doing different work over different transactions, then we need to know what the differences are. Without knowing what’s happening, everything is total guesswork.

Different run class? Different memory pool? Different job user? They all run on different systems? There is a file accessed by this job more than by the others? Who knows?

A lot more detail is needed about the structures of the jobs and the system and work management configurations.

Tom

 107,935 pts.

 

@Tom
as i came to know all jobs are being submitting by the same user under same memory pool.and all jobs run in one system under one subsystem.

I’m not sure about the run class and the file which is actually accessing that particular time.and i’m trying to take something from logs,but couldn’t find much useful…..:-(

 1,635 pts.