Answer Posted / o
which job step u want ti execurte first, there u wtiten the
retsrt commands.
//jobname job restart=stepname...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Differentiate between addressing mode and run mode.
How can a jobs execution priority be modified?
Is it possible to left uncode disp? If yes, how?
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?
How do you access an uncatalogued dataset in a jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is the difference between run mode and addressing mode?
Which dd parameters are required?
What is the function of dd disp parameter?
What statement can be used to send data to another mvs jes3 node?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What parameter directs the output of the job log dataset?
How can an in-stream dataset be terminated?
How jcl work to handle various input output file operations?