How we can code in a jcl to execute a job in a particular
time and date without using any job shudular?. (Eg) i want
to execute a particular job at 8 am on 01/01/2010.

Answers were Sorted based on User's Feedback



How we can code in a jcl to execute a job in a particular time and date without using any job shud..

Answer / chandrakant

The code is:
//MAIN DEADLINE=(0800,B,010110)

Is This Answer Correct ?    12 Yes 5 No

How we can code in a jcl to execute a job in a particular time and date without using any job shud..

Answer / mf guy

Another variant to this is as follows:

The code is:
//MAIN DEADLINE=(0800,B,REL,CYCLE)

Where CYCLE = WEEKLY (REL = 1 to 7)
MONTHLY (REL = 1 to 31)
YEARLY (REL = 1 to 365)

Eg:
//MAIN DEADLINE=(0800,B,2,WEEKLY)

this means the job will execute at 0800 hours every tuesday.

Thanks.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More JCL Interview Questions

how can handle the s0c4 abend???

3 Answers  


Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


restart logic ?

2 Answers   TCS,


what is static and dynamic call with examples?

4 Answers   IBM,


Explain the job statement in jcl?

0 Answers  






What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?

3 Answers   IBM,


if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario

4 Answers  


How do you designate a comment in JCL?

1 Answers  


how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


can u execute a proc from another proc?

5 Answers   Logica CMG,


describe the dd statement,its meaning,syntax and keywords?

1 Answers  


Categories