Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



How we can code in a jcl to execute a job in a particular time and date without using any job shud..

Answer / chandrakant

The code is:
//MAIN DEADLINE=(0800,B,010110)

Is This Answer Correct ?    12 Yes 5 No

How we can code in a jcl to execute a job in a particular time and date without using any job shud..

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

Post New Answer

More JCL Interview Questions

Explain the purpose of dd * statement in jcl?

0 Answers  


In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


Explain about LMQUERY�give a dialog information about a data set

0 Answers  


What is the function of //cntl statement?

0 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


How to overide the symbol parameter in the jcl ?

3 Answers   UST,


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.

4 Answers   TCS,


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?

0 Answers   CGI, Verizon,


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Categories