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

What is s0c6 and how to resolve it


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

New User


Joined: 31 Jan 2006
Posts: 49

PostPosted: Thu Jun 14, 2007 2:52 pm
Reply with quote

Hi,
Could anyone help me about the error,
what is s0c6 and how to resolve it.

Thanks in advance
raj
Back to top
View user's profile Send private message
bharath_ps

New User


Joined: 24 Apr 2006
Posts: 2

PostPosted: Thu Jun 14, 2007 3:27 pm
Reply with quote

This ABEND is a specification exception. One of the following occurred:

1) A data, instruction, or control-word address does not specify the proper storage boundary alignment.

2) An instruction specifies an odd register number when it should specify the even numbered register of an even-odd register pair.

3) A floating point register other than 0, 2, 4, or 6 was specified in a floating point instruction.

4) The multiplier or divisor in a decimal (packed) arithmetic instruction exceeds 15 digits and sign.

5) The first operand field is shorter than or equal to the second operand field in a decimal (packed) multiplication or division instruction.

Action tp resolve it.
Correct the program logic error that caused the specification exception and rerun the job.
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 Jun 14, 2007 6:21 pm
Reply with quote

Hello,

What were you executing when the 0c6 occurred? Are you running an assembler program that was written locally? What has changed wince the last time this ran successfully.

Please post your jcl and any diagnostic info that is in any of the sysout datasets.

When you post more info, we may be able to offer 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 Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts How to resolve SYNCH15! & SYNCH16... Compuware & Other Tools 0
No new posts How to resolve sqlcode of CALL ATTACH... DB2 3
No new posts How to resolve U4038? COBOL Programming 5
Search our Forums:

Back to Top