View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Feb 02, 2005 4:50 am Post subject: User completion of Code= 0684 while debugging the IMS pgg? |
|
|
HI Board,
I 'm getting an USER ABEND while debuggin the IMS Program. Please anyone can help me out why it came?
Below I copied the whole error message.
DFS686W IMS RMP0I0 IMSC INIT/TERM (01) FAILURE RC=0000051D
IEA995I SYMPTOM DUMP OUTPUT
USER COMPLETION CODE=0684
TIME=04.47.17 SEQ=36839 CPU=0000 ASID=0180
PSW AT TIME OF ERROR 078D1000 002A2E64 ILC 2 INTC 0D
ACTIVE LOAD MODULE ADDRESS=002A1DF0 OFFSET=00001074
NAME=DFSRRA00
DATA AT PSW 002A2E5E - 00181610 0A0D0000 00008000
GR 0: 80000000 1: 800002AC
2: 0029B1A8 3: 002A2024
4: 0000033A 5: 002A20AC
6: 8029934A 7: 00000000
8: 00127078 9: 0000002D
A: 00FCB118 B: 0029CB60
C: 002A2DE0 D: 0029CD6C
E: 602A2E46 F: 002A197E
END OF SYMPTOM DUMP
User abend 684 dec occurred processing command 'XPCP '.
***
_________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed Feb 02, 2005 8:17 am Post subject: |
|
|
ramu_mohan21,
Check this for a detailed explanation of the error.
Code: |
U0684
Explanation: IMS type 2 SVC initialization failed. Some possible reasons
for the failure are:
- An attempt was made to start a second copy of the
IMS control region with the same IMSID as one already running. This can
also occur if IMS SVC termination failed in a previous run of IMS with the
same IMSID.
- The IMS. RESLIB is not authorized or the IMS SVC module is being loaded
from an unauthorized library.
- The region size is too small.
Message DFS686W, which is issued along with this abend, provides additional
diagnostic information.
System Action: The region that issued the ABEND is terminated.
Programmer Response: Do one of the following:
- Correct the duplicated IMSID and rerun the job. If the
IMS SVC termination failed in a previous run with the same IMSID, either
re- IPL the operating system, or run with a different IMSID.
- Make sure IMS. RESLIB is authorized, or include the
DFSRESLB DD statement that points to an authorized library containing the
IMS SVC modules.
- Increase the region size.
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Feb 02, 2005 9:18 am Post subject: |
|
|
Make sure that you are passing the correct IMS Id to the debug tool. |
|
Back to top |
|
|
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Feb 02, 2005 9:29 am Post subject: |
|
|
Hi Kolusu,
Thank you very much for giving me the information. Now I'm working on it. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
|
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Feb 02, 2005 9:32 am Post subject: |
|
|
HI Bithead,
Thank you. Probably I might have done the mistake what you mentioned. Actually we are using COPE in our system. Hence I couldn't able to find out the exact physical system. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
|
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Feb 16, 2005 10:22 am Post subject: |
|
|
HI Board,
Now my problem has been solved. In the XPEDITOR Setting I was pointing to another system. And in the XPEDITOR JCL I'm pointing to another sytem. Hence I got this abend. I pointed both the things to the same, then my problem has been solved. Thank to all of you. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
|
|
|