Page 1 of 1

How to find line in code which cause an abend ?

PostPosted: Tue Sep 02, 2008 1:59 pm
by Greenhouse
Hi everybody,
In my case abend is S0C4,
is it possible somehow to find which line in Cobol code cause it ?

Re: How to find line in code which cause an abend ?

PostPosted: Tue Sep 02, 2008 2:12 pm
by Greenhouse
(when i compile cobol)

Re: How to find line in code which cause an abend ?

PostPosted: Tue Sep 02, 2008 7:10 pm
by dick scherrer
Hello,

If the abend happens in a compile, it is possibly because the compile/link jcl is incorrect.

You need to talk with someone on your project or a system support person to have them show you the proper compile/link jcl for your system.

Re: How to find line in code which cause an abend ?

PostPosted: Wed Sep 03, 2008 11:27 am
by Greenhouse
thanks for reply,
i passed compilation with rc=0.
the problem was in auditor rules...

Re: How to find line in code which cause an abend ?

PostPosted: Wed Sep 03, 2008 11:59 am
by dick scherrer
Good to hear it is working - thank you for letting us know :)

d