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 you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?

0 Answers   UHG,


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,


What is JCL LIB ?

3 Answers   Xansa,


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  






in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


Is condition checking possible in jcl?

0 Answers  


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


What is maximum length of block size?

5 Answers   Cap Gemini, Kanbay, TCS,


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


Can you execute a PROC from another PROC?

8 Answers   Keane India Ltd,


Categories