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

CEE3207S System detected a data exception(Code=0C7) - Error


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

New User


Joined: 07 Jan 2009
Posts: 20
Location: Philippines

PostPosted: Tue Feb 24, 2009 12:12 pm
Reply with quote

I am getting this error on my job:

CEE3207S The system detected a data exception (System Completion Code=0C7).


I am trying to add a constant to a variable with this declaration

PIC S9(10) COMP-3

Is this the reason on this error? Do i need to change the declaration of my constant?
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Tue Feb 24, 2009 1:40 pm
Reply with quote

Are you sure your variable contains numeric value not 'junk'?

Quote:
Is this the reason on this error


Did you look into the footprints/compile listings to find out the place where you have error?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Feb 24, 2009 4:08 pm
Reply with quote

Quote:
Do i need to change the declaration of my constant?
Is your constant a literal or a variable? If it is a variable, what is the definition of the variable? How do you initialize your PIC S9(10) COMP-3 variable before adding something to it (and it must be initialized before adding, or you could get a S0C7 abend)?
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Tue Feb 24, 2009 9:09 pm
Reply with quote

Magandang gabi, Julie. Please check your Private Messages.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
Search our Forums:

Back to Top