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

Getting U4083 Abend, reason code 03


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

New User


Joined: 30 Oct 2006
Posts: 4

PostPosted: Mon Oct 30, 2006 4:08 pm
Reply with quote

hi All,

I am getting U4083, reason code 03.

We did some changes in one existing program and after that we compiled our program in changeman. but while execution it is abending with U4083.
This program linked with some other programs with static calls.

After Investigation I found That It is abending while linking with one other systems program(Its a very OLD program and only load is availbale so can not debug or recompile old modules).
Also I have tried..
1. To convert Static call to dynamic call.
2. By Incresing REGION parameter on job statemnet.

we r using Changeman as a version control tool.
I really need help. If anybody else has encounter such problem pls let me know the solution.

Amit Verma
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Oct 30, 2006 4:13 pm
Reply with quote

HI there !

Did you change the length or structure of fields, which are passed to the other programm ???

Regards, UmeySan
Back to top
View user's profile Send private message
amit_1979

New User


Joined: 30 Oct 2006
Posts: 4

PostPosted: Mon Oct 30, 2006 4:15 pm
Reply with quote

Not at all.. No changes in length.
Back to top
View user's profile Send private message
annujp

New User


Joined: 31 Aug 2005
Posts: 39
Location: St Paul,MN

PostPosted: Mon Oct 30, 2006 4:46 pm
Reply with quote

4083 is due to memory being corrupted.
Back to top
View user's profile Send private message
annujp

New User


Joined: 31 Aug 2005
Posts: 39
Location: St Paul,MN

PostPosted: Mon Oct 30, 2006 4:49 pm
Reply with quote

can u check if you have SCEERUN in the steplib while executing the program? This also can cause the abend.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Oct 30, 2006 6:02 pm
Reply with quote

Hi amit_1979

So, no changes in length, and also not in chronological order i hope.
Then it can has to do something with the chaining of bothe programs and the saveareas.

Are both programms compiles with same amode ???

Regards, UmeySan
Back to top
View user's profile Send private message
amit_1979

New User


Joined: 30 Oct 2006
Posts: 4

PostPosted: Tue Oct 31, 2006 7:27 am
Reply with quote

hi UmeySan,

The Old programs were compiled with AMODE=24 and RMODE=24 and initially i was compiling my program with AMODE=31 so i was getting some error..

Now I have compiled my program with same AMODE and RMODE.
Back to top
View user's profile Send private message
amit_1979

New User


Joined: 30 Oct 2006
Posts: 4

PostPosted: Tue Oct 31, 2006 7:41 am
Reply with quote

hi Annujp,

I have checked there is no SCEERUN in STEPLIB.
Back to top
View user's profile Send private message
annujp

New User


Joined: 31 Aug 2005
Posts: 39
Location: St Paul,MN

PostPosted: Tue Oct 31, 2006 2:54 pm
Reply with quote

Can you try giving STPLIB5=SYS1.LE.SCEERUN (SCEERUN library of your shop) in the JCL?
Back to top
View user's profile Send private message
rahul_kolhe

New User


Joined: 08 Nov 2006
Posts: 15

PostPosted: Sun Nov 12, 2006 10:14 pm
Reply with quote

Is program has a error routine, it can be possible that program is forcing abend because of signal error.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top