Answer Posted / koti156
the cond parameter is used to control the execution of subsequent job steps,depending on the condition code that is returned for a prior step.
ex:
suppose a job has two steps.the first step backups file,and the second step deletes the source file after a successful backup. obviously if the file is not successfully backup it should not be deleted.the cond can be used to control the the execution of the second step depend on th e value returned by the first.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to execute 2nd and 4th steps among 5 steps in jcl proc?
whats the diff bw the evaluate also and and?
what is the difference between JES3 and JES2?
How dummy is used in jcl?
what is the purpose of coding notify parameter in job statement?
What is the maximum length of a single line of jcl?
What is the significance of addrspc parameter in the exec statement?
What is multithreading in jcl?
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
Explain the function of //cntl statement?
Is condition checking possible in jcl? If yes, how?
Name what parameter directs the output of the job log dataset?
What is the format of comment statement?
How to submit a jcl from cics?
Brief description of inline procedure of jcl.