View previous topic :: View next topic |
Author |
Message |
krishnamohan Beginner
Joined: 07 Oct 2006 Posts: 7 Topics: 5
|
Posted: Mon May 07, 2007 7:39 pm Post subject: How to resolve PCB status code 'XC' |
|
|
Hi,
How to resolve PCB status code 'XC'.
In my program i'm fetching the values from the table and displaying then on the screen issuing ISRT call then abend is coming as PCB status code 'XC'.
Can anyone explain about this status code and the way to resolve it.
Regards,
K.Mohan _________________ Thanks & Regards,
Krishna Mohan Reddy |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue May 08, 2007 2:35 am Post subject: |
|
|
From quickref (and, presumably, the manual):
Quote: | 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.
|
_________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Tue May 08, 2007 2:56 am Post subject: |
|
|
The Second field (ZZ) in your IO-AREA must be zeroes. Some how you got a non-zero value there. The quick fix is to MOVE ZEROES to ZZ-field before you do the ISRT |
|
Back to top |
|
 |
krishnamohan Beginner
Joined: 07 Oct 2006 Posts: 7 Topics: 5
|
Posted: Tue May 08, 2007 10:02 am Post subject: |
|
|
Thank all for the response.
I have tried moving Zeros but again it is giving the same error. _________________ Thanks & Regards,
Krishna Mohan Reddy |
|
Back to top |
|
 |
|
|