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
Explain dd statement in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How gdg are concatenated?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of the dd mgmtclas keyword in sms datasets?
How jcl work to handle various input output file operations?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Can I send output of job to my remote device careerride123?
which parameter is used to check the syntax of a jcl without executing it?
how to do automated restart when a job abends?
Are there any set of rules for the names of the steps used in a job? What are they?
In job processing, what happens in execution stage?
Is it possible to define dd statements as you want?