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 / suma
you can give NOTIFY parameter. it will notifying the status
to the user about the status of the job. once you got the
message, check in the SPOOL about the status of the job.
Otherwise you can check in SAR.
Thanks,
SS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what are JCLLIB and STEPLIB in JCL?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Must tape dataset definitions include vol=ser specifications?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How jcl work to handle various input output file operations?
What is the syntax of JCL statement?
What is jcl in mainframe?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What does a disposition of (new,catlg,keep) for a dsn mean?
how can you check if a file is empty using jcl?
Explain the purpose of dd * statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the difference between run mode and addressing mode?