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
Is it possible to code instream data in a PROC?
Name a few IBM utility programs, and explain its function.
Explain dd statement in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
What are the 2 types of parameters in dd statement?
How jcl work to handle various input output file operations?
What is the significance of addrspc parameter in the exec statement?
Why block size is multiple of lrecl in jcl?
How jcl is used for testing batch programs?
which utility is used to run a cobol-db2 program?
In sms datasets, what is the function of the dd avgrec keyword?
Which statement is used to identify the private libraries in job?
Where can program checkpoints be stored for use in a restart?
how can the same proc be re-used and called by many jobs?
What are the rules employed while naming the steps in a job?