Hi
< Please correct me wherever i am wrong >
As far as i know the EXCP count indicates the number of I-O operation executed for your program. So if anyhow we could decrease the EXCP count then it is possible to save the time for execution. The EXCP count increases by one when the system fetch one block of data from hard disk(DASD) to system memory. If we increases the block size then then it will cover more number of bytes in one block and hence require less EXCP count. Could you please clarify my concept about EXCP count and its relation with block size and BUFNO and is it possible that i was thinking???
Thanks in Advance