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

Need to resolve SOC4 Reason 11 error


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
souryab

New User


Joined: 23 May 2007
Posts: 10
Location: India

PostPosted: Wed May 23, 2007 12:34 am
Reply with quote

I am getting the above error in a program in a production environment. Earlier in a development environment I didn't receive any error. The source code is the same, but the load modules for the two environments are different, as the compile JCLs are different. The development compile JCL does not work in production environment.
Using the development load module in production job gives no error.
The option used in Linking in Production is RMODE(ANY) and in the Job REGION=0M has been specified.
Can anyone please let me know of possible solutions to this problem?
Thanks in advance.
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 May 23, 2007 12:48 am
Reply with quote

Hello and welcome to the forums icon_smile.gif

You will want to check the 2 sets of compile/link jcl and resolve why they are not the same.

I'd suggest talking with the prople who support the compiler/linkedt and ask what is the standard for compiling production modules.

Checking the compile/link output in both environments would be a good thing to do as well.

How long was this program working before the abends began? What changed since the last successful production run?
Back to top
View user's profile Send private message
souryab

New User


Joined: 23 May 2007
Posts: 10
Location: India

PostPosted: Wed May 23, 2007 1:26 am
Reply with quote

Thanks! I will talk to the Support guys in our company.
This program wasn't working in this environment before.
I was using the load module form development to run the program in production.
Also for the dev. module AMODE = ANY and RMODE = 24. Is there a difference between AMODE and DATA parameters.
In the prod. JCL there are DATA and RMODE options, but neither in dev. JCL.
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 May 23, 2007 1:53 am
Reply with quote

You're welcome.

Hopefully, your support people can explain why there are differences.

When i'm part of the group that makes "rules", one i strive for is that once a module is compiled/linked, if it not re-compiled in the target environment - just to prevent this sort of thing. Also, if the code is re-compiled/linked it juct became untested. . . .
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top