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

Abend in Cobol pgm - S806


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

New User


Joined: 19 Apr 2006
Posts: 10

PostPosted: Tue Aug 01, 2006 11:47 pm
Reply with quote

Hi,
Can you help me debug!!!
I'm getting ABEND=S806 U0000 REASON=00000004

Thanks
Gosia
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Aug 02, 2006 1:29 am
Reply with quote

Gosia,

Can you please post your source code so that it will help us to review your code and to bug fixing. icon_cool.gif
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Aug 02, 2006 2:09 am
Reply with quote

Did you at least perform a message lookup using IBM LookAt z/OS Message Help? It's a rather clear-cut problem and resolution.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Aug 02, 2006 2:13 am
Reply with quote

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
View user's profile Send private message
crrindia

Active User


Joined: 02 Jul 2005
Posts: 124
Location: Gurgaon

PostPosted: Wed Aug 02, 2006 2:13 pm
Reply with quote

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
View user's profile Send private message
nhgol

New User


Joined: 10 Oct 2006
Posts: 4

PostPosted: Tue Oct 10, 2006 2:05 am
Reply with quote

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
View user's profile Send private message
callkris_cit

New User


Joined: 22 Apr 2006
Posts: 44

PostPosted: Mon Nov 13, 2006 3:39 pm
Reply with quote

Please specify your load library in STEPLIB or JOBLIB

bye
Suresh
Back to top
View user's profile Send private message
nankrish

New User


Joined: 11 Nov 2005
Posts: 26

PostPosted: Wed Nov 15, 2006 2:26 pm
Reply with quote

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
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top