When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / praveen bejjanki
JCL has 2 statement which can check for the Return code of
the previous step.
1. Cond stmt: step will be executed when the condition is
falst
2. If stmt: step will be executed when the given condition
is true.
@All: Correct me if i'm wrong
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
which utility is used a dummy utility?
How does jcl act on a cobol code?
What is use of restart and how to use it?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How is the record format of an output dataset specified?
how you can access an uncataloged dataset in a JCL?
How dummy is used in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
How does the jcl specify the job to os?
Explain how can the submitting users racf authority be overridden in a job stream?
What are s0c1, s0c4, s0c5, s0c7 and socb?
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?
Why block size is multiple of lrecl in jcl?