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

Abend code -180 at compile unit offset +00002866


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

New User


Joined: 02 Apr 2007
Posts: 5
Location: noida

PostPosted: Thu Apr 05, 2007 5:16 pm
Reply with quote

hi
i have got an abend code -180 and i have got this

(at compile unit offset +00002866 at address 00052596 this is the message in spool)

in order to check on which line

i have got the error what should i do

can anyone suggest me
Back to top
View user's profile Send private message
Shobana Bhaskar

New User


Joined: 02 Mar 2007
Posts: 35
Location: Pennsylvania, US

PostPosted: Thu Apr 05, 2007 5:55 pm
Reply with quote

Is your program Cobol-Db2? Give program details too...
Back to top
View user's profile Send private message
santoshpatha-83

New User


Joined: 02 Apr 2007
Posts: 5
Location: noida

PostPosted: Thu Apr 05, 2007 6:11 pm
Reply with quote

hi,
yes my program is a cobol-db2,when i am running execting the program am getting the error -180 with the offset no

(at compile unit offset +00002866 at address 00052596 this is the message in spool)

when i checked the offset no in the compile listing i could not find the line that was affected by the error

can u breif me regarding this
Back to top
View user's profile Send private message
Shobana Bhaskar

New User


Joined: 02 Mar 2007
Posts: 35
Location: Pennsylvania, US

PostPosted: Thu Apr 05, 2007 6:21 pm
Reply with quote

Hi santoshpatha,
Only if you provide more details on abend/error, the cause of error can be shooted..
I guess this is DB2 error and possible reason would be the Date Time value might be having invalid syntax...
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 Apr 05, 2007 10:05 pm
Reply with quote

Hello,

Do you really have an "abend" or did you only receive an undesirable SQL return code?

As was posted previously, you need to provide more (preferably all) of the error information and the part of your code that causes the error.

If you do not know what part of the code causes the problem, try putting a few displays to isloate the part of the code where the problem occurs.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Apr 05, 2007 11:58 pm
Reply with quote

Could it have been a
Quote:
-180 THE DATE, TIME, OR TIMESTAMP VALUE value IS INVALID
Explanation: The length or string representation of a DATE, TIME, or TIMESTAMP value does not conform to any valid format.
that caused the abend?
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts C Compile time time stamps Java & MQSeries 10
Search our Forums:

Back to Top