Answer Posted / vidhya
Q31) Basically you need to correcting the offending
data. Many times the reason for SOC7 is an un-initialized
numeric item.
Examine that possibility first. Many installations provide
you a dump for run time abend’s ( it can be generated also
by calling some subroutines or OS services thru assembly
language). These dumps provide the offset of the last
instruction at which the abend occurred. Examine the
compilation output XREF listing to get the verb and the
line
number of the source code at this offset. Then you can
look at the source code to find the bug. To get capture
the
runtime dumps, you will have to define some datasets
(SYSABOUT etc ) in the JCL. If none of these are helpful,
use
judgement and DISPLAY to localize the source of error.
Some installation might have batch program debugging
tools. Use them.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is concatenating?
what is the difference between JES3 and JES2?
Explain the jcl exec statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the function of the dd avgrec keyword in sms datasets?
What is the purpose of dd?
Mention the types of job control statements?
How can a stopped job be started again?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
define cond parameter in jcl?
Explain how can an in-stream dataset be terminated?
Name the statement which can be used to send data to another mvs jes3 node?
what JCL Procedures?