View previous topic :: View next topic |
Author |
Message |
RajSanj Beginner
Joined: 17 Mar 2006 Posts: 15 Topics: 7
|
Posted: Tue Mar 21, 2006 4:36 pm Post subject: Possible Reasons for high EXCPS |
|
|
Hi,
Can someone suggests, what are possible reasons for high EXCPS in the system?
Regards,
Raj |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Mar 22, 2006 2:38 am Post subject: |
|
|
Rajsani,
Your question is very vague. High EXCPs could be because of several reasons.
1. Inefficient programming logic.
2. Using Flat file in areas where VSAM could have been better.
3. Using BLSR option in JCL for Random Read of VSAM could reduce EXCPs and elapsed time. Otherwise, EXCPs might be high.
Tell us what your job does. We can see what might have been the problem.
Thanks,
Phantom |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Mar 22, 2006 9:22 am Post subject: |
|
|
Also, too small of BLOCKSIZE on files. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
RajSanj Beginner
Joined: 17 Mar 2006 Posts: 15 Topics: 7
|
Posted: Thu Mar 23, 2006 5:46 pm Post subject: |
|
|
Thanks Phantom & Bill for your inputs,
We are unzipping a file on TAPE & also hitting database of size 70 million rows for every record.
Please suggest.
Regards,
RajSanj |
|
Back to top |
|
 |
|
|