|
|
| Author |
Message |
bimal3099
New User
Joined: 05 May 2008 Posts: 4 Location: India
|
|
|
|
One of my job IMS/DB2 program is abending while trying to take a check point with U0103 abend .I am getting the foll dump message:
DFS035I BATCH INITIALIZATION COMPLETE DB0D
DFS0771I IMS LOGGING IS NOT IN EFFECT DB0D
DFS1000I IMS910 ABEND U0103 MODULE=DFSZSC00 LABEL=E2C30005 R14=80024A0C DB0D
DFS629I IMS BATCH REGION ABEND- IMS 0103 DB0D
DFS629I PSW AT ERROR = 078D1000 80024D86 DB0D
DFS036I BATCH BACKOUT NOT REQUIRED |
|
| Back to top |
|
 |
References
|
Posted: Thu May 15, 2008 8:46 pm Post subject: Re: Getting U0103 abend in IMS/DB2 program taking check point |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2656 Location: italy
|
|
|
|
did You care to look at the ims messages and code volume 1 and search
the abend code description ???
| Quote: |
0103
Explanation: The length field for one of the user areas pointed to by the parameter list for the CHKP call is either zero or negative.
System Action: The application program terminates abnormally.
Programmer Response: Check the length fields for the user areas that you have specified in the parameter list for the CHKP call. If one is found to be invalid, change it and rerun the job. See ABENDU0103 in IMS Version 9: Failure Analysis Structure Tables (FAST) for Dump Analysis, LY37-3204.
Problem Determination: 2, 3, 11
|
I guess not, otherwise You would not have posted  |
|
| Back to top |
|
 |
|
|