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
Where can program checkpoints be stored for use in a restart?
Is it possible to left uncode disp?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain how can the attributes of one sms dataset be copied to another dataset?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is the JCL statement consists of?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is JCL?
What is timing concept in mainframe?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain the function of //cntl statement?
Name the statement which can be used to send data to another mvs jes3 node?
whats the diff bw the evaluate also and and?