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

Getting S806 load module not found error


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

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon May 26, 2008 5:29 pm
Reply with quote

Dick, the cond code confusion is due to me.

he keeps getting an 806 because the job will always have a step that invokes the old program - which is no longer available.

i suggested the condition code so the original step would not be executed, since he won't change his proc's or jcl.

since he can not change the pgm of a step he needs to skip this step and then allow the new step (with the ikjeft ) to be added to the proc with his overrides.

as far as the op's last question:
Quote:

So "Cond" is the only way to not to execute that step. Is there anyother way to not to execute that step?


that still is an open question. I don't have (or want to look for) any other suggestions.

why the op does not create a new proc is beyond me. he will need to when he migrates to production. but that is just me being picky.
Back to top
View user's profile Send private message
birdy K

New User


Joined: 05 Mar 2008
Posts: 72
Location: chennai

PostPosted: Mon May 26, 2008 5:37 pm
Reply with quote

hai d.sch

I have given the entire jcl for that step. My problem also I have specified. Please look at the jesjcl. As it is executing the step s501025 which is not a db2 cobol pgm. I am getting s806 load module not found abend and the message "The module DSNHLI was not found". I have compiled as db2 cobol pgm. But that step is calling simple cobol pgm. Then it added the new step as cobol-db2 pgm.
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top