in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?
i)never
ii)always
iii)
iv)...
i dont remember options
Answer Posted / k.suamn
it does not exicute
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
What do you know about jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to submit a jcl from cics?
Is condition checking possible in jcl? If yes, how?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the use of symbol // in jcl?
What do you understand by the term notcat 2 – gs?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the purpose of disp parameter?
how JCL works?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
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 EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the utility programs in jcl?