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 |
Explain the purpose of dd * statement in jcl?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
Explain about LMQUERY�give a dialog information about a data set
What is the function of //cntl statement?
what is the compile process of cobol program expalin with code
How to overide the symbol parameter in the jcl ?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to get the last but one duplicate record of the file using Sort?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How can the attributes of one sms dataset be copied to another dataset?