IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Reduce CPU time


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Andy85

New User


Joined: 25 Dec 2008
Posts: 35
Location: India

PostPosted: Thu May 21, 2009 1:38 pm
Reply with quote

I would like to know what all factors contribute to CPU time for a job.If a job is scheduled in CA7 scheduler, does it contribute to CPU time? In what ways can I reduce CPU time for a job without making changes to the programs in that job?

Thanks in advance.

Andy.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu May 21, 2009 1:42 pm
Reply with quote

the way a job is scheduled has nothing to do with resource consumption by the job itself

You cannot do it <full stop>

if You want to split hair there might be a very small overhead ( at step and job termination )
due to interfacing with the scheduling system ( any of them )
but I would not call it a resource killer
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu May 21, 2009 2:20 pm
Reply with quote

I/O is the first place to look, but even that may lead to program changes at some further point.
Back to top
View user's profile Send private message
Andy85

New User


Joined: 25 Dec 2008
Posts: 35
Location: India

PostPosted: Thu May 21, 2009 2:55 pm
Reply with quote

expat wrote:
I/O is the first place to look, but even that may lead to program changes at some further point.


I read at some place that I/O leads to increase in execution time and not to CPU time. I would like to know the different factors affecting CPU time
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu May 21, 2009 2:56 pm
Reply with quote

CPU time is consumed by the program doing processing on data. It is pretty much impossible to have any significant impact on CPU time without making program changes. So either plan on making program changes or give up the idea of reducing CPU time consumption for that job.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
Search our Forums:

Back to Top