View previous topic :: View next topic |
Author |
Message |
bebe Beginner
Joined: 24 Nov 2004 Posts: 1 Topics: 1
|
Posted: Wed Nov 24, 2004 10:29 pm Post subject: 000,0240 abend in IMS online screen |
|
|
Hi there!
I'm a newbie here and I would just like to ask if you have any suggestions on how I can find the problem that may have occurred why the IMS screen issued a 0240 abend code.
This is a time out issue based on what I have read in the IMS abend codes that was posted here before.
Anyway, my only source of information is the SYSUDUMP and I can't find any other errors that may indicate otherwise.
Thanks! _________________ bebe |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Nov 25, 2004 10:47 am Post subject: |
|
|
bebe,
Your program is looping and exceeded the CPU limit allotted to the job. debug the program for any looping conditions
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Mon Nov 29, 2004 10:44 am Post subject: |
|
|
Bebe,
Kolusu is probably correct in that it most likely is a loop.
If the program uses DB2, check the explain to see if changes can be made. Check that all tables have had RUNSTATS executed against them and that they are indexed correctly, then rebind the plan to include the changes.
If the execution time is too low, the processing limit may be increased by using the /ASSIGN PLMCT command |
|
Back to top |
|
|
|
|