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

resolving S0c4 error


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

New User


Joined: 29 Jan 2007
Posts: 33
Location: chennai

PostPosted: Wed Jul 02, 2008 11:14 pm
Reply with quote

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

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jul 03, 2008 2:45 am
Reply with quote

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
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top