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 / chandrakant
The code is:
//MAIN DEADLINE=(0800,B,010110)
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the difference between the positional and keyword parameters? Give examples.
How to submit jcl through a cobol program?
how would you create a temporary dataset? And where will you use them?
What does a disposition of (MOD,DELETE,DELETE) mean ?
When output dataset space is required, what quantity categories are used?
What is the motivation behind coding class parameter in job statement?
How is the record format of an output dataset specified?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is “Cond= even” and “Cond=only”?
What is the difference between run mode and addressing mode?
Explain about LMQUERY�give a dialog information about a data set
Matching Logic in Jcl not in cobol.Could any one please answer this question
Where can program checkpoints be stored for use in a restart?