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

S722 Error Encountered But Increasing OUTLIM Did Not Help


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

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Wed Jan 31, 2007 5:43 pm
Reply with quote

I coded a program such that a new subroutine will be used (say PROGRAM1 calling subroutine SUBPROG2 instead of SUBPROG1). The JCL/program combo was workng fine in the development even if we tested it with several data.

When we deployed the new program PROGRAM1 (this time caling SUBPROG2), the JCL encountered ABEND S722 on the step where it was calling PROGRAM1 . Further analysis to the SDSF showed a "NO ACTIVE MODULE FOUND" on the step where it was calling the new program. Note that PROGRAM1 has no BIND since this is not a DB2 module. I checked the versions of the called subroutine SUBPROG2, it appeared that the GENERATE date on the COBOL does not match that of the BIND. Could it be possible that this is caused by mismatched BIND? I know S722 has something to do with the LINES and OUTLIM but increasing them did not help.


Pls help
Back to top
View user's profile Send private message
mikayag

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Wed Jan 31, 2007 5:45 pm
Reply with quote

mikayag wrote:
I coded a program such that a new subroutine will be used (say PROGRAM1 calling subroutine SUBPROG2 instead of SUBPROG1). The JCL/program combo was workng fine in the development even if we tested it with several data.

When we deployed the new program PROGRAM1 (this time caling SUBPROG2), the JCL encountered ABEND S722 on the step where it was calling PROGRAM1 . Further analysis to the SDSF showed a "NO ACTIVE MODULE FOUND" on the step where it was calling the new program. Note that PROGRAM1 has no BIND since this is not a DB2 module. I checked the versions of the called subroutine SUBPROG2, it appeared that the GENERATE date on the COBOL does not match that of the BIND. Could it be possible that this is caused by mismatched BIND? I know S722 has something to do with the LINES and OUTLIM but increasing them did not help.


Pls help




When we backed out the newly deployed module, the JCL went through without any abend
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Wed Jan 31, 2007 5:51 pm
Reply with quote

What was being printed/punched that exceeded the bytes/cards/lines limit? Was it expected?
Back to top
View user's profile Send private message
mikayag

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Wed Jan 31, 2007 6:26 pm
Reply with quote

Yes. It was not supposed to change the number of lines printed. It's just the subroutine that was changed. When we backed out the changes to the old subroutine, the job run successfully

William Thompson wrote:
What was being printed/punched that exceeded the bytes/cards/lines limit? Was it expected?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Wed Jan 31, 2007 6:32 pm
Reply with quote

mikayag wrote:
Yes. It was not supposed to change the number of lines printed. It's just the subroutine that was changed. When we backed out the changes to the old subroutine, the job run successfully
OK, what was the question of your original post?
Back to top
View user's profile Send private message
mikayag

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Wed Jan 31, 2007 6:48 pm
Reply with quote

Could it be possible that this is caused by mismatched BIND?


William Thompson wrote:
mikayag wrote:
Yes. It was not supposed to change the number of lines printed. It's just the subroutine that was changed. When we backed out the changes to the old subroutine, the job run successfully
OK, what was the question of your original post?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Wed Jan 31, 2007 6:50 pm
Reply with quote

mikayag wrote:
Could it be possible that this is caused by mismatched BIND?
Anything is possible, but why not nail down the cause directly?
What was being printed/punched that exceeded the bytes/cards/lines limit? Was the extra output expected?
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 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 Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top