Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is condition checking possible in jcl? If yes, how?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How does jcl act on a cobol code?
what is DSN in JCL and what are the parameters to declare the DSN?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Why include statement is used in a jcl?
which utility is used to run a cobol-db2 program?
what is use of dcb parameter in dd statement?
How to run cobol program using jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the 4 fields in dd statement?