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
What parameter directs the output of the job log dataset?
Can an individual step be restricted from using all the jobs allowed cpu time?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is the use of JCL?
Is automatic restart possible in jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is condition checking in jcl? Is this possible?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain the job statement in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain how can the submitting users racf authority be overridden in a job stream?
What do you understand by jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the utility programs in jcl?