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
Answer / chandrakant
The code is:
//MAIN DEADLINE=(0800,B,010110)
| Is This Answer Correct ? | 12 Yes | 5 No |
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 |
what is the resolution for sb37 error
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Whats error code s222?
What statement marks the end of an in-stream or catalogued procedure?
Can I send output of job to my remote device careerride123?
What are steplib and joblib? What for they are used?
How to get cursor position from system in CICS environment ?
Is it possible to define dd statements as you want?
How to DEBUG a JCL?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?