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

whats the meaning of U2001


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

New User


Joined: 09 May 2007
Posts: 27
Location: pune

PostPosted: Wed Feb 13, 2008 2:19 pm
Reply with quote

when iam compliling a job iam getting abend U2001.
can anybody explain?.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 13, 2008 2:23 pm
Reply with quote

as already said many times, "Uxxxx" abends are just that ... USER abends
there is no convention on the numbering, so the meaning depends on the
product environment You are using...

posting the job messages might help to lead You to the right source of info
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 Feb 13, 2008 8:44 pm
Reply with quote

Hello,

Quote:
when iam compliling a job iam getting abend U2001.
What does this mean? Is a program being compiled or is some job being run?

You need to post the jcl that was running at the time of the abend, the diagnostic info presented at the time fo the abend, and any other information that will explain the process.

As was mentioned Uxxxx abends are intentionally caused by the code that is running (whether it be application code or "system" code). Code that issues "user" abends also has documentation for them. . .
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Feb 13, 2008 9:54 pm
Reply with quote

Quote:
Code that issues "user" abends also should have documentation for them. . .


Sometimes it get's lost when they are old (like me) icon_wink.gif
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Feb 13, 2008 9:59 pm
Reply with quote

May be the thing is the GO-step and the program obtains an SQL-call in error. Sometimes TS thinks the GO-step belongs to the compile. TS: did you also get SQLSTATE 53089?

But then again.......... provide us with enough information to work on icon_exclaim.gif
Back to top
View user's profile Send private message
saujanya_2831

New User


Joined: 09 May 2007
Posts: 27
Location: pune

PostPosted: Thu Feb 14, 2008 1:08 pm
Reply with quote

no i got the solution for it. we have vsam files. a variable was added in the copybook in the middle instead of at the end of the copybook.we are using those copybooks as record layouts.so some junk values were moving into other variables . thanks
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 what is meaning of the number in dcl PL/I & Assembler 2
No new posts WER416B Error meaning SYNCSORT 9
No new posts Whats the assambler code for SUBSTR()... PL/I & Assembler 3
No new posts Meaning of low values and high values COBOL Programming 12
No new posts What is the Question Mark (?) meaning... DFSORT/ICETOOL 4
Search our Forums:

Back to Top