View previous topic :: View next topic |
Author |
Message |
gharisankar Beginner

Joined: 10 Jul 2004 Posts: 19 Topics: 3 Location: C/O Platform - Mainframe
|
Posted: Thu Oct 21, 2004 12:03 pm Post subject: SRB Time & TCB TIME |
|
|
Hi
Can any one brief about the SRB Time and TCB Time ?
I would like to tune my COBOL program., It would be helpful for me if I could know these terms.
Regards
Hari sankar _________________ Regards
Hari  |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Oct 21, 2004 12:39 pm Post subject: |
|
|
Generally, the two times are calculated as:
TCB - time spent executing your program logic
SRB - time spent on system functions on your behalf
Tuning your program can reduce TCB time. Save SRB time by using large blksizes to reduce the number of I/O operations, etc.
Regards,
Bill |
|
Back to top |
|
 |
|
|