View previous topic :: View next topic
|
Author |
Message |
Julie Maquirang
New User
Joined: 07 Jan 2009 Posts: 20 Location: Philippines
|
|
|
|
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 |
|
|
Bharath Bhat
Active User
Joined: 20 Mar 2008 Posts: 283 Location: chennai
|
|
|
|
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 |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
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 |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
Magandang gabi, Julie. Please check your Private Messages. |
|
Back to top |
|
|
|