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 |
Can you explain primary aspect of cics?
Explain the difference between and exec cics xctl and exec cics start command?
Can QSAM files be accessed from CICS?
What does EIB mean?
What is interval control?
interview type questions like basics&deep
How to get the sign-on user-id from an application program?
Highlight the points of differences between XCTL and START?
What are the cics transactions?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?