Answer Posted / zerro
No, you can't. But you can use system program IEFBR14 to do
nothing on the sole step, e.g.
//MYJOB JOB
//MYSTE EXEC PGM=IEFBR14
p.s. what is the purpose to write a job without any real
work inside?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to run cobol program using jcl?
What are hierarchy levels in jcl?
what happens in conversion stage in job processing?
Explain how can a jobs execution priority be modified?
which utility is used to sort a file in jcl?
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
which utility is used to run a cobol-db2 program?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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) ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the purpose of dd dummy statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What statement can be used to send data to another mvs jes3 node?