hi iam learning mainframes,can anybody tell me how to check
JCL errors.(after submiting the JCL we have check in spool
or is there any other method)
Answer Posted / sukku
TO check JCL errors generally we go with spool only..That
is th eonly way and there is no other way...
But if want to check ur JCl's syntax errors ,you can do
with TYPE RUN=SCAN parameter..If u use this ,the job
doesnot sumbits to the operating sytem and more over it
gives the error messages...
Ideally speaking it is the best practice to check JcL erros
before sumitting the job...
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
What is the significance of addrspc parameter in exec statement?
How to alter the parameters for the existing gdg?
What is the difference between the positional and keyword parameters? Give examples.
Explain how can return codes be tested before execution of a job step?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What dd statement is used to supply the name of a dataset?
how do you code a null statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what sort card you will use to copy the data from one dataset to another dataset?
How does jcl specify the job to the operating system?
what is the purpose of coding notify parameter in job statement?
What are the rules employed while naming the steps in a job?
what is the resolution for sb37 error
Explain the purpose of dd * statement in jcl?