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 |
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are the basic JCL Statements for a Job?
How do you send the output of a COBOL program to a member of a PDS?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the function of job statement in jcl?
Where & How Do You Code Identifier In Jcl?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
what is check pending option
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
If job is submitted with typerun = hold then how can we submit the same job?