ian_montejo Beginner
Joined: 10 Jul 2003 Posts: 5 Topics: 1 Location: Phillipines
|
Posted: Tue Feb 03, 2004 10:44 pm Post subject: U0103 abend |
|
|
We are encountering U0103 abend, i have dump any one can help me in analysing the abend?
please give me your mail id so that i can send dump?
at time of error (Descriptions based on 31 bit addresses)
REG HEX Decimal Description
R0 80000000 -2,147,483,648 DUMP
R1 80000067 -2,147,483,545 USER ABEND CODE 0103
R2 E2C30005 -490,536,955 UNALLOCATED - ELSQA
R3 F3F1F9F7 -202,245,641 UNALLOCATED - ELSQA
R4 000AB000 700,416 UNALLOCATED - PVT
R5 F3F1F9F7 -202,245,641 UNALLOCATED - ELSQA
R6 00015840 88,128 A(DFSPRPX0) + 00000160
R7 00000007 7
R8 00153C3C 1,391,676 A(00153000) + 00000C3C, P
R9 000AAFC8 700,360 A(000A7000) + 00003FC8, P
R10 000156E0 87,776 A(DFSPRPX0) + 00000000
R11 00153C0C 1,391,628 A(00153000) + 00000C0C, P |
|
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Wed Feb 04, 2004 4:07 am Post subject: |
|
|
According to QW..
Check your -LL field in the IO-Area
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 7
Failure Analysis Structure Tables (FAST) for Dump Analysis.
Problem Determination: 2, 3, 11 |
|