I am facing XC status code while trying to insert data to DB.
I checked for this status code in google and information I got is ;
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.
However I am not getting in which place I need to modify the program also I am running it as a BMP .
Could anyone please guide me on how I can resolve this?
Do I need to do any modification in JCL ?
Actually I was Using one PSB for my BMP job run which is having Alternate PCB as its first PCB.I tried with an Online PCB which is using IO PCB as its First PCB and re run the job.It worked fine.Thanks for the response Sandy.
I believe Alternate PCB has significance only in MPP programs and not in BMP.I Dont know whether I can run the job successfully by modifying the BMP program by reserving space for Z1 field.And as per my knowledge Z1 field has significance in MPP programs.