There are 2 steps in a JCL. If the first step abends due to
system or user abend and the second step has COND specified
as EVEN or ONLY, will this step still be executed inspite
of the abend in the previous step?
Answers were Sorted based on User's Feedback
Answer / raja
The second step executes if the COND as EVEN or ONLY.
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / amarnadh reddy
I think the second step will be executed, If the previous
step abend.
| Is This Answer Correct ? | 2 Yes | 6 No |
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Which dd parameters are required?
what is a null indicator in db2?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
how you can access an uncataloged dataset in a JCL?
how do u define a file in cobol and jcl ?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
How to pass data to a program that is coded in an exec statement?
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 ?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
can we modify the code in copy book? if it possible how to submit ofter the modification.
What is QSAM error usually when it is occurs?