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

Got S0C7 error while running job with compilation of NUMPROC


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shakti

New User


Joined: 20 Jan 2004
Posts: 42

PostPosted: Tue Mar 18, 2008 4:02 pm
Reply with quote

Hi Guys,

I am getting an S0C7 error while running a job. I have compiled the module with NUMPROC(MIG) option.

Shakti
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Mar 18, 2008 5:50 pm
Reply with quote

Quote:
0C7
Data exception.

very little we can do icon_smile.gif
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Tue Mar 18, 2008 5:57 pm
Reply with quote

Shakti,
Have you bothered to see the JOB log for more information and correcting the abend?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 19, 2008 2:18 am
Reply with quote

Old villein (S0C7) new entry.. icon_smile.gif

Well, just give a wild search on S0C7 in this forum via the search facility, you would find this topic is discussed many times that any link could provide you a go..and here are two such links...
www.ibmmainframes.com/viewtopic.php?t=27109&highlight=s0c7

www.ibmmainframes.com/viewtopic.php?t=10853&highlight=s0c7

if they don't provide what you are looking for, come back to us, with what you've done.

Happy debugging..Good Luck.. icon_smile.gif
Back to top
View user's profile Send private message
nileshbhosle

New User


Joined: 25 Feb 2008
Posts: 9
Location: hydrabad

PostPosted: Wed Mar 19, 2008 7:06 pm
Reply with quote

SOC7 IS BCOZ OF DATATYPE MISMATCH,SO PLZ CHECK UR MOVE STATEMENT AND CHECK WHETHER UR MOVING SOME MISMATCH VALUE
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: Wed Mar 19, 2008 9:52 pm
Reply with quote

Hello,

Do not shout - especially when your info is incorrect or incomplete.

Quote:
SOC7 IS BCOZ OF DATATYPE MISMATCH
Not necessarily. They sending/receiving types may be correct but the data content is invalid.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 19, 2008 11:13 pm
Reply with quote

Hi,

nileshbhosle wrote:
SOC7 IS BCOZ OF DATATYPE MISMATCH

I always used "Data exception" whenever S0C7 occured, just a thought "Data exception" says better about type of abend than DATATYPE MISMATCH.
Back to top
View user's profile Send private message
priyamnavada

New User


Joined: 24 Dec 2005
Posts: 52
Location: hyderabad

PostPosted: Thu Mar 20, 2008 2:25 pm
Reply with quote

check in the spool- dump, get the offset address or statement number. If you are using endevour version controller, open the program in a footprint, check for that particular statement number, thats the culprit data due to which you are getting SOC7 error. you can also get the bad data in the spool as well. delete the bad data from the file and run the job.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
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 Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top