What is meant by S0C7 system abend code?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd?

724


how you will the direct the data to spool using sysout option?

1761


what is the compile process of cobol program expalin with code

1998


Explain the function of dd name parameter with a 2 part structure; audit.report?

891


what is the difference between JES3 and JES2?

676






How jcl is used for testing batch programs?

718


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

825


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


Brief description of inline procedure of jcl.

682


Explain the function of the dd dcb keyword?

696


Explain how can a stopped job be started again?

636


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1805


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

669


How can unused space allocation be returned to the system when a dataset is closed?

806