GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe  >  CICS
Go To First  |  Previous Question  |  Next Question 
 CICS  |  Question 5 of 10    Print  
How Do you run/execute the Program/Job in a specific time/date in CICS?

  
Total Answers and Comments: 4 Last Update: July 31, 2008     Asked by: Armstrong 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 24, 2007 05:14:06   #1  
Shailendra Kumar Dewangan        

RE: How Do you run/execute the Program/Job in a specif...
use command
asktime

 
Is this answer useful? Yes | No
October 26, 2007 10:48:59   #2  
Manikant        

RE: How Do you run/execute the Program/Job in a specif...
I don't think that ASKTIME command is going to work here as this only gives you the current date and time. If you want to start the task at a particular time you can use

EXEC CICS START
TIME(HHMMSS)
END-EXEC.

This will start the CICS task at the time specified. But I have no idea about giving the dates. If any one knows it please post it.

Thanks
Manikant

 
Is this answer useful? Yes | No
December 18, 2007 04:44:03   #3  
harifsheik Member Since: December 2007   Contribution: 1    

RE: How Do you run/execute the Program/Job in a specific time/date in CICS?

exec cics asktime end-exec
the eibdate and eibtime will have t date and time respectively


 
Is this answer useful? Yes | No
July 31, 2008 11:12:40   #4  
sayferoz Member Since: July 2008   Contribution: 1    

RE: How Do you run/execute the Program/Job in a specific time/date in CICS?

You can't do this in COBOL program. You have to use some scheduler for it. You can use any specific date & time or any other instance as initiator.

Regards
Feroz


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape