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
Must tape dataset definitions include vol=ser specifications?
Can I send output of job to my remote device careerride123?
How do you access an uncatalogued dataset in a jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
when does a dataset go uncataloged?
How can unused space allocation be returned to the system when a dataset is closed?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How do you submit a job for execution?
what is DSN in JCL and what are the parameters to declare the DSN?
what is DSN parameter and DISP parameter is used for?
What are the parameters that are used in creating a gdg?
what is the use of IEBGENER utility?
Does jcl support automatic restart?
What is the function of the dd avgrec keyword in sms datasets?
what happens in execution stage in job processing?