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 to execute a cics program from a paticular date and
time .or specified date and time.

Answers were Sorted based on User's Feedback



How to execute a cics program from a paticular date and time .or specified date and time...

Answer / sunita

Using EXEC CICS START command.

U can specify the date/time at which the transaction is to
be invoked in the command.

The Syntax of the START Command is :
EXEC CICS START TRANSID(name)
[INTERVAL(hhmmss) | TIME(hhmmss) | AFTER [HOURS(hh)]
[MINUTES(mm)] [SECONDS(ss)] |
AT [HOURS(hh)] [MINUTES(mm)] [SECONDS(ss)]]
[TERMID(name)]
[SYSID(name)]
[REQID(name)]
[FROM(data-area)
[LENGTH(data-value)]]
[RTRANSID(name)]
[RTERMID(name)]
[QUEUE(name)]
[NOCHECK]
[PROTECT]
END-EXEC.
Thanks & Regards,
Sunita

Is This Answer Correct ?    17 Yes 1 No

How to execute a cics program from a paticular date and time .or specified date and time...

Answer / fernando-serpro

Sorry.....in your Cics PLT.
Fernando

Is This Answer Correct ?    3 Yes 2 No

How to execute a cics program from a paticular date and time .or specified date and time...

Answer / fernando-serpro

You can put your program in your cics SIT and ask after one
asktime if the date is the date you want, if not return, if
yes you make a loop until your time desired.
Your loop for the time can ask each 10 minutes for example.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More CICS Interview Questions

What is the meaning of the enq command?

0 Answers  


Can you define attribute byte?

0 Answers  


How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?

1 Answers  


what is the cics command used to access current date and time?

0 Answers   IBM,


What is the difference between START and XCTL ?

3 Answers   IBM,


What is interval control and what are some of the CICS commands associated with it?

2 Answers   IBM,


What is ASRAABEND in CICS?

2 Answers   IBM,


What is the pic clause for the hhmmss type of data fields?

0 Answers  


Define transient data?

0 Answers  


What command do you issue to delete a record in a transient data queue ?

1 Answers   IBM,


What are the CICS commands associated with transient data queue processing?

1 Answers  


Categories