What is the meaning of the EXEC statement keyword, COND?
What is its syntax?
Answer Posted / guest
COND specifies the conditions for executing the subsequent
job step. The value after the COND= is compared to the
return codes of the preceding steps and if the comparison is
true, the step is bypassed. (If this answer confuses you,
welcome to the club - memorize it and don't ask questions!)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the jcl procedures?
Why include statement is used in a jcl?
What dd statement is used to supply the name of a dataset?
How does jcl act on a cobol code?
Where & How Do You Code Identifier In Jcl?
when does a dataset go uncataloged?
What is the use of symbol // in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
can any one plzzzzzz tell the jcl code for creating ps using idcams
What statement can be used to send data to another mvs jes3 node?
What is the function of dd disp parameter?
What are the 4 fields in dd statement?
What is the function of the dd avgrec keyword in sms datasets?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can I send output of job to my remote device careerride123?