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

How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


why we code ACCUM parameter in cics send time

1 Answers  


What do the terms locality of reference and working set mean?

1 Answers  


Explain the difference between a package and a plan.

0 Answers  


Particular area has been affected in cics screen, what is the process to find?

3 Answers   Cap Gemini,


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

4 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


How to define a vsam file in cics getting into cics to define a vsam file.

0 Answers  


What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


Explain the significance of rdo?

0 Answers  


Categories