View previous topic :: View next topic |
Author |
Message |
mainhead Beginner
Joined: 07 Feb 2006 Posts: 26 Topics: 11
|
Posted: Fri Jul 07, 2006 11:05 pm Post subject: "xc" Return code |
|
|
We are using IMS dc screen in our shop ,Some times Screen abends . After investigation with Dmol it comes up with Return code "XC"
Which is
"Program inserted message with Z1 field bits
set. These bits reserved for system use."
Can any one please let me know how to overcome this .
Thanks |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Sat Jul 08, 2006 12:39 am Post subject: |
|
|
mainhead,
Try using this info.Hope it helps.
Code: |
XC Status Code falls under the category: Message Calls
XC Explanation: The program inserted a message that has some bits in the Z1
field set. The Z1 field is reserved for IMS.
Programmer Response: Correct the program to prevent it from setting those
bits.
|------------------------------------------------------------------------|
| Message Calls |
|-------|-------------|------|-------------------------------------------|
| PCB | | | |
| Status| Message | Cate-| |
| Code | Calls | gory | Description |
|-------|-------------|------|-------------------------------------------|
| XC | ISRT | 4 | Program inserted message with Z1 field |
| | | | bits set. These bits reserved for system |
| | | | use. |
|-------|-------------|------|-------------------------------------------|
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|