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
what is DD statement is used in JCL?
Explain the function of the dd dcb keyword?
Suppose I have five jobs to do. But I want to hold one?
i want to store 20 digits . how will u do it in cobol ?
What are the rules employed while naming the steps in a job?
When output dataset space is required, what quantity categories are used?
Explain the function of dd disp parameter?
How can a stopped job be started again?
Mention the types of job control statements?
In job processing, what happens in execution stage?
What do you understand by the term job time – out and how can you overcome that?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the format of comment statement?
What parameter directs the output of the job log dataset?
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) ?