|
View previous topic :: View next topic
|
| Author |
Message |
ravindra.ap
New User
Joined: 18 Jul 2011 Posts: 3 Location: UK
|
|
|
|
Hi All,
I am getting below error while expediting.
BTS0100I ATTACHING DFSRRC00, PARM=DLI,BTSPC000,PMCOCE ,20,0000,,0
BTS0021E TRANSACTION ABNORMALLY TERMINATED. COMPLETION CODE WAS U0929.
User abend 929 dec occurred processing command 'XPCP '.
***
Can you please advise how to fix this.
Thanks
Ravi |
|
| Back to top |
|
 |
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
| Quote: |
BTS0021E TRANSACTION ABNORMALLY TERMINATED. COMPLETION CODE WAS xxxxx.
Explanation:
An application program has ended abnormally. xxxxx is the return code from the IMS Region Controller (DFSRRC00).
System Action:
BTS end abnormally.
User Response:
Correct the application and rerun the job. |
EDIT: And...
| Quote: |
BTS0100IATTACHING DFSRRC00, PARM=(aaa,bbbbbbbb,cccccccc,...)
Explanation:
The execution parameters shown as (aaa,bbbbbbbb,cccccccc,...) are passed to the IMS Region Controller (DFSRRC00) when attached by the BTS Region Controller (BTSRC000).
For an explanation of the IMS execution parameters, see the following:
•IMS Installation Volume 2: System Definition and Tailoring
User Response:
If execution parameter bbbbbbbb or cccccccc is not correct, check the BTS ./T commands you have supplied. If other parameters are not correct, check the BTS TSO CLIST. Make the necessary corrections, and rerun the application. |
|
|
| Back to top |
|
 |
don.leahy
Active Member
Joined: 06 Jul 2010 Posts: 767 Location: Whitby, ON, Canada
|
|
|
|
| What do you see when you look up 0929 in the IMS messages and codes manual? |
|
| Back to top |
|
 |
|
|