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 |
What is the meaning of the enq command?
Can you define attribute byte?
How can u pass the control from one prog to another in CICS?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
what is the cics command used to access current date and time?
What is the difference between START and XCTL ?
What is interval control and what are some of the CICS commands associated with it?
What is ASRAABEND in CICS?
What is the pic clause for the hhmmss type of data fields?
Define transient data?
What command do you issue to delete a record in a transient data queue ?
What are the CICS commands associated with transient data queue processing?