Answer Posted / selvaraj
force complete
making the current job to skip and let the jobs which are
triggered by that job to run .
Eg:
Flow of jobs(triggering) is:
Phw0001a
|
Phw0001b
|
Phw0001c
Phw0001a failed & asked to
Force complete the job Phw0001a means
Phw0001a will be skipped &
Phw0001b will run ...
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
Is acct parameter mandatory?
Suppose I have five jobs to do. But I want to hold one?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the format of comment statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is DSN in JCL and what are the parameters to declare the DSN?
What statement can be used to send data to another mvs jes3 node?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain how can an in-stream dataset be terminated?
What is one line to pass PARM from JCL to COBOL?
Is automatic restart possible in jcl? If yes, how?
How to run cobol program using jcl?
Explain about LMQUERY�give a dialog information about a data set
how JCL works?