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 |
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
Difference between TSQ & TDQ
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can you explain cics translator?
How can we code a program such that we will never get a MAPFAIL error?
What is the function of the Terminal Control table?
Define the term transaction routing?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
name the command that is used to dump the main storage areas related to a task?
What is the difference between the NOHANDLE option and the IGNORE condition?