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
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 |
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 |
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
why we code ACCUM parameter in cics send time
What do the terms locality of reference and working set mean?
Explain the difference between a package and a plan.
Particular area has been affected in cics screen, what is the process to find?
What is the difference between a PF key & a PA key ?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Explain the difference between getting the system time with eibtime and asktime command?
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.
How to define a vsam file in cics getting into cics to define a vsam file.
What is the CICS command that is used to receive the un- formatted data from the terminal?
Explain the significance of rdo?