|
|
| Author |
Message |
bamohan
New User
Joined: 29 Jan 2007 Posts: 11 Location: chennai
|
|
|
|
Here is my cobol program
Identification division
..
,
..
Procedure division
DISPLAY 'HAI',
STOP RUN.
my JCL;
//jobcard
//step01 exec pgm=sample1
//steplib dd dsn=myloadlibrary
//sysout dd sysout = *
My program compiled successfully. However, i got S0C4 .. Can someone help me out to locate wat would be the error? |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 02, 2008 11:14 pm Post subject: Re: resolving S0c4 error |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8060 Location: 221 B Baker St
|
|
|
|
Hello,
Look for any warnings in the compile or linkedit output.
Look in the sysout from the abended run. There is probably some diagnostic info presented at the time of abend.
If you post any warnngs/diagnostic info, we may have suggestions. |
|
| Back to top |
|
 |
|
|