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
List the different jcl statements that are not permitted in the procedures?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain about ISPF/TSO Commands
What happens if both JOBLIB & STEPLIB is specified ?
what is use of dcb parameter in dd statement?
How can the attributes of one sms dataset be copied to another dataset?
What is concatenating?
In job processing, what happens in execution stage?
Explain how can an in-stream dataset be terminated?
how would you create a temporary dataset? And where will you use them?
How to run cobol program using jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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 dummy is used in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?