What is meant by S0C7 system abend code?

Answers were Sorted based on User's Feedback



What is meant by S0C7 system abend code?..

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

What is meant by S0C7 system abend code?..

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

What is meant by S0C7 system abend code?..

Answer / prashanthkodakani

soc7: 'data exception error'-a non numeric operation on
numeric field

Is This Answer Correct ?    10 Yes 5 No

What is meant by S0C7 system abend code?..

Answer / jim

An attempt has been made to perform arithmetic on an
invalid packed field.

Is This Answer Correct ?    4 Yes 0 No

What is meant by S0C7 system abend code?..

Answer / g

previous ans is correct

Is This Answer Correct ?    8 Yes 7 No

What is meant by S0C7 system abend code?..

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

What is meant by S0C7 system abend code?..

Answer / swapna

Data excepton error

Is This Answer Correct ?    1 Yes 0 No

What is meant by S0C7 system abend code?..

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

Post New Answer

More JCL Interview Questions

In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

2 Answers   AVB, IBM,


Is their any limit for data sets?

0 Answers  


I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.

5 Answers   CTS,






What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,


What is jcl in mainframe?

0 Answers  


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


What is a COND parameter in JCL?

10 Answers   TCS,


I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.

4 Answers   TCS,


How Can we see all generations of a GDG ?

3 Answers   Polaris,


How to run cobol program using jcl?

0 Answers  


Categories