what is the cond=even only
Answers were Sorted based on User's Feedback
Answer / kishore
it means that even if the previous step abends in jcl -
jes will go to the next step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / meenu
The step coded with cond=even is executed whether there is an error in the previous or not
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vinay sonar
It means execute that step even if previous step abends
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / raghavendra
even previous step terminates abnormally then also next
step will be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the positional and keyword parameters? Give examples.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
The maximum number of in-stream procedure you can code in any JCL is ?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
GDG Create syntax ?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is model dataset label(Model DSCB)?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?