THERE IS ONE STEP AS BELOW:
//STEPJS060 EXEC PGM=XYX,
COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN)
COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE?
I AM CONFUSED BECOZ OF "EVEN".

Answer Posted / rookie

Here first
(200,eq,js010) will be checked it true the step will be
bypassed without further processing
if false then
(0,ne,js020.c) will be checked if false then again the step
will bypassed with no further processing of the cond
if false then
even will come to picture and the step will be executed even
if thr was any previous abends.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameter we cannot use in procedure?

636


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


What is the difference between run mode and addressing mode?

631


How to override loadlib?

1417






When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

741


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1343


Is it possible to code instream data in a PROC?

748


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

711


How to alter the parameters for the existing gdg?

710


Why include statement is used in a jcl?

687


what are the various stages of job processing?

736


what is the use of JCL?

659


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

929


what are the types of abends that occur on job failure? And explain the possible causes of these

1113