What is meant by S0C7 system abend code?
Answers were Sorted based on User's Feedback
Answer / guest
S0C7 - Data exception error - you will get it whenever you
are trying to move the low values or spaces into the numeric
field, or compare the numeric fields with low values, or try
to do some arithmetic operations on the low values. To avoid
this you have to always initialize the numeric fields
otherwise they will contain the low values.
| Is This Answer Correct ? | 34 Yes | 2 No |
Answer / shakila vinayagam
Program Check Exception - Data. Check for spaces in a
packed decimal or numeric field. Check to see if record
layouts or file layouts have been changed.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / prashanthkodakani
soc7: 'data exception error'-a non numeric operation on
numeric field
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / jim
An attempt has been made to perform arithmetic on an
invalid packed field.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinod
soc7 is will arise when there is a 'data type mismatch'.the
main reasons are program attempting to math on illegal data,
moving zeroes to group item whose subordinate items are
packed decimal,
unintialized packed decimal fields
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / harish k r
Program check exception or Data exception- it 'll arise
when you dont initialise the numeric field, and movin any
field to it.
it may occur due to passing non-numeric data into numeric
data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find out the number of records in a file using JCL
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
Name the system library from which modules are retrieved at execution
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
When we give TYPERUN = SCAN , what are the syntax errors we get?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
how JCL works?
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
When should DISP=MOD is used?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the difference between sb37,se37,sd37 each?
what is use of space parameter in dd statement?