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
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can return codes be tested before execution of a job step?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain about LMQUERY�give a dialog information about a data set
Mention the types of job control statements?
What is the function of the dd mgmtclas keyword in sms datasets?
In sms datasets, what is the function of the dd avgrec keyword?
What is catelog procedure and how many catelog procedure to use in one job?
Is it possible to code instream data in a PROC?
Is condition checking possible in jcl?
What are the rules employed while naming the steps in a job?
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 ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the difference between jcl and jes?
Explain the function of //cntl statement?