after submiting the jcl.how do you know that the job has
been completed.

Answers were Sorted based on User's Feedback



after submiting the jcl.how do you know that the job has been completed...

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

after submiting the jcl.how do you know that the job has been completed...

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

after submiting the jcl.how do you know that the job has been completed...

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

after submiting the jcl.how do you know that the job has been completed...

Answer / prasantham

you can also give NOTIFY=&SYSUID

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JCL Interview Questions

if we give TIME=0 how many sec that job/step

14 Answers  


What is JOBLIB ?

5 Answers   Xansa,


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


Can we write same stepname for one or more steps in on job ?

2 Answers  


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,






I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE

8 Answers   IBM,


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Can we change a FB file to VB file in JCL? Please help

1 Answers  


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


Categories