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.
Answer Posted / 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 View All Answers
what are JCLLIB and STEPLIB in JCL?
What are the rules employed while naming the steps in a job?
How can values be passed from the job stream to an executable program?
What is job control language?
how would you create a temporary dataset? And where will you use them?
How to pass data to a program that is coded in an exec statement?
Where & How Do You Code Identifier In Jcl?
What statement can be used to send data to another mvs jes3 node?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of job statement in jcl?
List the various advantages of using jcl language?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What do you understand by the terms: joblib and steplib?
How do you create a temporary dataset?
Are there any set of rules for the names of the steps used in a job?