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
Mention the types of job control statements?
How is a type of file defined in the jcl that executes the cobol program?
how you will the direct the data to spool using sysout option?
How can an in-stream dataset be terminated?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain the purpose of the dd keylen parameter?
what are JCLLIB and STEPLIB in JCL?
What are the 2 types of parameters in dd statement?
Give the syntax of job specifying jcl statement.
Differentiate between addressing mode and run mode.
What is the function of the steplib dd statement?
which utility is used to run a cobol-db2 program?
Explain the function of dd disp parameter?
Is condition checking possible in jcl? If yes, how?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?