View previous topic :: View next topic |
Author |
Message |
tempuser Beginner
Joined: 05 Oct 2005 Posts: 28 Topics: 20 Location: INDORE
|
Posted: Tue Dec 12, 2006 5:45 pm Post subject: Solving S0F9 abend |
|
|
Hi,
while testing a program which extracts a lot many data, i'm getting S0F9 error after the program runs for quite some time and it doestn't give any dump even in sysout.
When I checked ibm help (qw) it says the error is for system queue area exhausted and it suggest to change the region parameter, but doing that is also of no use.
Please suggest and share how to solve that. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Tue Dec 12, 2006 7:09 pm Post subject: |
|
|
tempuser,
Try coding REGION=0 and re-run the job. Also check if your pgm is running in a loop.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
tempuser Beginner
Joined: 05 Oct 2005 Posts: 28 Topics: 20 Location: INDORE
|
Posted: Wed Dec 13, 2006 1:19 pm Post subject: |
|
|
Coding REGION=0M also didn't help and I have checked that the program is not going in loop, although its processing records slowly one after the other. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Wed Dec 13, 2006 1:54 pm Post subject: |
|
|
tempuser,
what is the pgm doing? How many files are you opening/closing in the pgm? There is a parm defined in the ADARUN which contains the default number used for SVC's and if your SVC number is no longer defined correctly then this could cause the S0F9.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
tempuser Beginner
Joined: 05 Oct 2005 Posts: 28 Topics: 20 Location: INDORE
|
Posted: Wed Dec 13, 2006 4:27 pm Post subject: |
|
|
Hi Kolusu,
The program is extracting some date from 4 diff VSAM file (in which there are approx 51k record) and writting that to a sequential file depending on some conditions.
Could you please suggest from where can we confirm the ADARUN parm and whot should be its correct value.
Thanks a lot!
Regards, |
|
Back to top |
|
 |
|
|