How do you check the syntax of a JCL without running it?
Answer Posted / guest
TYPERUN=SCAN on the JOB card or use JSCAN.
| Is This Answer Correct ? | 63 Yes | 10 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
Is automatic restart possible in jcl?
Is it possible to left uncode disp?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How can return codes be tested before execution of a job step?
what is use of disp parameter in dd statement?
what is the compile process of cobol program expalin with code
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
when does a dataset go uncataloged?
what are JCLLIB and STEPLIB in JCL?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can a stopped job be started again?
How to submit jcl through a cobol program?
In job processing, what happens in execution stage?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?