View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Tue Feb 15, 2005 12:34 am Post subject: S804_Pre-compiler Error- Why? |
|
|
Hi Board,
While Pre-compiling COBOL-DB2 program I'm getting below mentioned error:
10.57.01 JOB08063 $HASP165 E02399AB ENDED AT BLRMVS1 - ABENDED S804 U0000 CN(IN
TERNAL)
***
Anyone can help? _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
sathishgay Beginner
Joined: 03 Feb 2005 Posts: 10 Topics: 2 Location: MUMBAI
|
Posted: Tue Feb 15, 2005 4:10 am Post subject: |
|
|
HI Ramu
It may due to following reason
S804 Request for 0 bytes of main storage or not enough main storage available. Program exceeded region size.
sol:Rerun job with CLASS=J
thanks and regards
sathishkumar _________________ OK |
|
Back to top |
|
 |
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Tue Feb 15, 2005 6:56 am Post subject: |
|
|
CLASS=J is a very local definition; I doubt, that this is equally defined in different data centers. Instead of using this class parameter, you should play around with the REGION parameter (either on the JOB- or on the EXEC-card). Try REGION=0M or e.g. REGION=60M and look what happens.
regards
Christian |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Tue Feb 15, 2005 9:34 am Post subject: |
|
|
Hi sathishgay,
As you suggested I kept CLASS=J. But for a long time JOB is in EXECUTION Queue ONLY. Not submitted.
CZerfas,
I did the same as you suggested. It worked for me. I kept REGION=0M.
Thank to both of you for clarifying my doubt. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
|
|