after submiting the jcl.how do you know that the job has
been completed.
Answers were Sorted based on User's Feedback
Answer / mimo
You can either check your JOB spool or JES
BUT if you added NOTIFY='user' on your JCL then you will
receive a confirmation message when job the ends.
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / p.j.karthikeyan
NOTIFY=&SYSUID in the Job card will throw an RC(Return
Code) one the job is completed
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vimal raj
You can see your job completion in you IOF, with the job
name and your job id
| Is This Answer Correct ? | 7 Yes | 0 No |
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
How to execute step2,step1, step3 if step1,2,3 are in order
How to print data of sequential file to Spool..?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
How to see the COMP3 value(packd decimal)
Can you code instream data in a PROC ?
How can return codes be tested before execution of a job step?
Explain about LMINIT - generate a data ID for a data set
what is a jcl?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
what is static and dynamic call with examples?