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

How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

0 Answers   CSC, SPIC,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 Answers   IBM,


How would you understand error(execution phase)?

0 Answers  


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  






In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  


How do you restart a step in JCL?

12 Answers   HSBC,


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


Categories