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 would you create a temporary dataset? And where will you use them?
Is condition checking possible in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What parameter of the job statement is used to limit the cpu time consumed by the job?
How does jcl act on code(if you take a cobol program)?
What is jcl in mainframe?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Is it possible to define dd statements as you want?
What is multithreading in jcl?
How can a jobs execution priority be modified?
In sms datasets, what is the function of the dd mgmtclas keyword?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how you can direct the data to spool using SYSOUT option?
What are the utility programs in jcl?