wht happens if cond=true ? pls give me with an example ?
Answers were Sorted based on User's Feedback
Answer / shailendra
that individual step in which this cond parameter mentioned
this will not execute (bypass this step)
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / muttaiah
I guess there is no such Cond value as True..
We have only Even & ONly for Cond parameter but not True.
Please clarify the question
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we use DISP=SHR in output file in JCL
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
What is the syntax of JCL statement?
what is the purpose of coding notify parameter in job statement?
How to identify where file is empty or not? How many ways are there to identifying?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
What is primary allocation for a dataset?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
what is the difference between return code and maxcc?