View previous topic :: View next topic
|
Author |
Message |
gosia
New User
Joined: 19 Apr 2006 Posts: 10
|
|
|
|
Hi,
Can you help me debug!!!
I'm getting ABEND=S806 U0000 REASON=00000004
Thanks
Gosia |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Gosia,
Can you please post your source code so that it will help us to review your code and to bug fixing. |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
Back to top |
|
|
Earl Haigh
Active User
Joined: 25 Jul 2006 Posts: 475
|
|
|
|
S806 ,, tells me program not found" either your program, or possibly
a subroutine your program is calling is not in the loadlib |
|
Back to top |
|
|
crrindia
Active User
Joined: 02 Jul 2005 Posts: 124 Location: Gurgaon
|
|
|
|
Hi this error will come when you are trying to run a job without compiling the program(i.e., not having load module) this error will come.
I think if you compile and run, then it works fine.
Thanks!
RAthna. |
|
Back to top |
|
|
nhgol
New User
Joined: 10 Oct 2006 Posts: 4
|
|
|
|
Assume you've fixed this by now. S806 occurs because the OS' fetch routine can't find your program. Maybe you spelled the name wrong on the EXEC JCL stmnt. or you didn't reference the correct load library on the STEPLIB or JOBLIB statement or .... you forgot to write the program. ?? |
|
Back to top |
|
|
callkris_cit
New User
Joined: 22 Apr 2006 Posts: 44
|
|
|
|
Please specify your load library in STEPLIB or JOBLIB
bye
Suresh |
|
Back to top |
|
|
nankrish
New User
Joined: 11 Nov 2005 Posts: 26
|
|
|
|
hi,
S806 is load module not found abend. May be the load module of the program may not reside in the joblib specified in the JCL |
|
Back to top |
|
|
|