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
i want to store 20 digits . how will u do it in cobol ?
how can the same proc be re-used and called by many jobs?
How do you overcome this limitation ?
define cond parameter in jcl?
What is the function of //jcllib statement?
when can a job time-out occur? How to overcome that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How can return codes be tested before execution of a job step?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the use of IEBGENER utility?
What is the purpose of dd * statement in jcl?
How to submit a jcl from cics?
Name a few IBM utility programs, and explain its function.
what is DD statement is used in JCL?