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

What is ABEND U4015 means in COBOL/JCL?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
madlui56

New User


Joined: 08 Aug 2006
Posts: 61
Location: Philippines

PostPosted: Tue Mar 20, 2007 4:38 pm
Reply with quote

JUST AN URGENT ONE COZ IVE BEEN ENCOUNTERING THIS ONE..

Warning: Caps ON
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Mar 20, 2007 4:40 pm
Reply with quote

The one which you had posted is an user abend (u4015) which is related to your shop. I guess we are help less in this issue.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Mar 20, 2007 4:42 pm
Reply with quote

In 95% of cases a user abend is an abend coded into the program by the programmer when certain error conditions are met.

What were you processing, CICS, IMS, BATCH, TSO ..........

Is it a program written in house or a proprietry software product.

Where is your output and error messages.

Is there any supporting documentation for said program.
Back to top
View user's profile Send private message
mallik-ibm
Currently Banned

New User


Joined: 28 Jul 2006
Posts: 7

PostPosted: Tue Mar 20, 2007 5:25 pm
Reply with quote

i think ur using an assembler program in ur program.
try to add compiler option- RMODE


thanks
mallik
Back to top
View user's profile Send private message
madlui56

New User


Joined: 08 Aug 2006
Posts: 61
Location: Philippines

PostPosted: Wed Mar 21, 2007 7:34 am
Reply with quote

Sorry for the all Caps..
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: Wed Mar 21, 2007 7:49 am
Reply with quote

Hello,

Thanks for the reply about the caps icon_smile.gif

Back to your question (actually questions asked in reply to your initial post).
Quote:
What were you processing, CICS, IMS, BATCH, TSO ..........

Is it a program written in house or a proprietry software product.

Where is your output and error messages.

Is there any supporting documentation for said program.


We probably can't help much until you provide more detail.

To add to the questions, did your compile abend? Your post is not clear on where the abend occurred. Please post the JES info for the job/step where the abend occurred.
Back to top
View user's profile Send private message
madlui56

New User


Joined: 08 Aug 2006
Posts: 61
Location: Philippines

PostPosted: Wed Mar 21, 2007 8:40 am
Reply with quote

DEBUG MESSAGE : SEGMENT BEING RETRIEVED CONTAINS AN INVALID POINTER
SSA : P256DDN
PCB NAME : DB0256
PCB LEVEL : 01
PCB STATUS : GG
PCB FUNCTION : GN
PCB KFB : GOTP 0P256DDN DD343INV{<?

*** NOTES : EXCEEDED LIMIT OF GG RECOVERY ATTEMPTS
*** NOTES : LIMIT SET AT
*** NOTES : 10

CEE3250C The system or user abend U4015 R=NULL was issued.
From compile unit GOUABIMS at entry point GOUABIMS at compile unit offs
at address 3C829BB4.
<> LEAID ENTERED (LEVEL 11/10/2005 AT 17.17)
<> LEAID PROCESSING COMPLETE. RC=0
******************************** BOTTOM OF DATA ********************************
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: Wed Mar 21, 2007 7:08 pm
Reply with quote

Hello,

Please look at the previous requests for information and provide all of the information.

Also, please include the jcl for the step that abended.

As was posted earlier (in a different way), the u4015 is not a "standard" abend - it is generated by something at your location.

For us to help, you must provide much more information.

What is "GG RECOVERY"? It doesn't appear to be part of IMS. . .

Your post began as a COBOL/JCL issue, now it says "im using tso..ims database". Which is it icon_confused.gif This may need to be moved to the IMS forum.
Back to top
View user's profile Send private message
ashu27j

New User


Joined: 20 Sep 2006
Posts: 1
Location: pune

PostPosted: Tue Apr 17, 2007 5:15 pm
Reply with quote

i guess the error right now you r getting is because system is unable to obain the storage required
plz correct me if i am mistaken
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top