How do you check the syntax of a JCL without running it?
Answer Posted / vinothkumar
You Can also use EJCK command before you run the job. this
will check the JCL syntax error.
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
What is use of restart and how to use it?
Is it possible to code instream data in a PROC?
when does a dataset go uncataloged?
Can we use DISP=SHR in output file in JCL
How to pass data to a program that is coded in an exec statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Brief description of inline procedure of jcl.
What parameters can be used to limit the number of records written to a sysout dataset?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What parameter directs the output of the job log dataset?
in ways data can be passed to a COBOL program from JCL?
How does the jcl specify the job to os?
How can a jobs execution priority be modified?
what is “Cond= even” and “Cond=only”?