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
what is use of disp parameter in dd statement?
how can you check if a file is empty using jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
How does jcl act on a cobol code?
How to override loadlib?
in ways data can be passed to a COBOL program from JCL?
How dummy is used in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How jcl is used for testing batch programs?
What is the function of //cntl statement?
How does the jcl specify the job to os?
What is the function of a dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is automatic restart possible in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.