IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

My job failed with U2220 abend.


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
asgarhussain

New User


Joined: 23 Apr 2007
Posts: 4
Location: chennai

PostPosted: Thu Sep 27, 2007 11:51 pm
Reply with quote

My job failed with U2220 abend. I don't know the below error message. Can any one help to understand and fix the probelm.

ERROR MESSAGE :

THE SYSTEM-TABLE SUBSCRIPT HAS EXCEEDED IT'S
LIMIT!

A CORE DUMP WILL BE CALLED, SUBSCRIPTS WILL BE
DISPLAYED, AND THE PROGRAM WILL STOP EXECUTION.

SUBSCRIPT-1 -> 000001 SUBSCRIPT-2 -> 000901
CEE3250C The system or user abend U2220 R=NULL was issued.
From compile unit CDCU7001 at entry point CDCU7001 at compile unit off
at address 0000C3A4.
<> LEAID ENTERED (LEVEL 11/10/2006 AT 10.12)
<> LEAID PROCESSING COMPLETE. RC=0

Thanks in Adavance
Asgar Hussain F
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 27, 2007 11:54 pm
Reply with quote

Hello,

Quote:
My JCL is failed with U2220 abend
Your JCL didn't fail, the code that was running failed. A U2220 is a "user" abend, not a system abend. Look for the documentation of the code that was running and see if a U2220 is documented (it probably is somewhere).

This looks like the problem code - CDCU7001.

That code is also displaying the messages you see.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Sep 28, 2007 12:12 am
Reply with quote

asgarhussain wrote:
Can any one help to understand and fix the probelm.

ERROR MESSAGE :

THE SYSTEM-TABLE SUBSCRIPT HAS EXCEEDED IT'S
LIMIT!

A CORE DUMP WILL BE CALLED, SUBSCRIPTS WILL BE
DISPLAYED, AND THE PROGRAM WILL STOP EXECUTION.

SUBSCRIPT-1 -> 000001 SUBSCRIPT-2 -> 000901
Seems fairly clear, it looks like the program did not expect the table to be larger than 900 rows.....
And that's how you fix it.......
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top