Answer Posted / soumya
Actualy S0C7 abends normaly happens due to wrong data/ non-
numeric data in numeric field.By wrong data i mean to say
like if key is duplicated or some garbage data.
The resolution can be done in two ways :
1)code fix by which you can fix the cobol program code and
stage it
2)By deleting the bad records from the file
But be carefull about the file deletion if its a batch
process and some other jobs depend on the p[articular
job,so it can effect to other if any wron fixation done.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
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) ?
How to submit jcl through a cobol program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you code a null statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is acct parameter mandatory?
Name the statement which can be used to send data to another mvs jes3 node?
Which statement is used to identify the private libraries in job?
Explain the function of //jcllib statement?
whats the diff bw the evaluate also and and?
Explain about LMFREE�free data set from its association with data ID
Explain the purpose of dd dummy statement?
Brief description of inline procedure of jcl.
I need exexution process for JCL programs