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 |
What is a MODEL Paramater in GDG ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
if we give two job cards in a single what happens
What are three major types of JCL statements? What are their functions?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Explain about Internal Sort
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
What are the basic JCL Statements for a Job?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
Name the system library from which modules are retrieved at execution