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
List the different components of jcl statement?
What is concatenating?
What is the function of //jcllib statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
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.
Is it possible to code instream data in a PROC?
Explain how can return codes be tested before execution of a job step?
Where & How Do You Code Identifier In Jcl?
Explain how can a jobs execution priority be modified?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
List in order the hierarchical levels of jcl?
What are the difference between jcl and jes?
List the various advantages of using jcl language?
when does a dataset go uncataloged?
What are the utility programs in jcl?