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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
when can a job time-out occur? How to overcome that?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How gdg are concatenated?
List the different jcl statements that are not permitted in the procedures?
what is use of space parameter in dd statement?
How to submit a jcl from cics?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Are there any set of rules for the names of the steps used in a job?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Which statement is used to identify the private libraries in job?
What is multithreading in jcl?
Explain how can an in-stream dataset be terminated?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Explain the function of //cntl statement?