COND ->
step1
.
.
step2,

Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?

Answers were Sorted based on User's Feedback



COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT ..

Answer / sillyme

Step2 without COND will be executed regardless of Step1 RC

Is This Answer Correct ?    4 Yes 0 No

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT ..

Answer / ven

step2 will not be executed if step1 cc not= to 0

Is This Answer Correct ?    0 Yes 2 No

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT ..

Answer / rup

STEP1
. .
. .
STEP2 COND(4,GE,STEP1)

STEP2 EXECUTES IF STEP1 CC=0, IF NOT 0 step2 will not
execute i.e step1 is 4 or >4 then step2 will not execute.

If condition is not giving in step2, then step2 will execute.

Is This Answer Correct ?    0 Yes 2 No

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT ..

Answer / sandhya

In the job card we have to give cond=(0,gt)
then if even step1 is abended then also step2 will execute

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

What are the kinds of job control statements?

3 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


How can an in-stream dataset be terminated?

0 Answers  


what is a jcl?

0 Answers   IBM,


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,






Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

0 Answers   Keane India Ltd,


How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.

3 Answers   IBM,


How to get cursor position from system in CICS environment ?

8 Answers  


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


what is the difference between JES3 and JES2?

0 Answers  


what is JCL?

0 Answers  


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


Categories