How do you skip a particular step in a proc/JOB?
Answer Posted / nikhil
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to submit a jcl from cics?
How can unused space allocation be returned to the system when a dataset is closed?
What is the function of dd name parameter with a 2 part structure; audit.report?
How is the record format of an output dataset specified?
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.
what is the difference between JES3 and JES2?
Explain the purpose of the dd keylen parameter?
which parameter is used to check the syntax of a jcl without executing it?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is the use of IEBGENER utility?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
how do you code a null statement?