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 |
The EIB field which gives the last CICS command executed is
What is meant by an attribute byte?
Highlight the difference between a symbolic map and physical map?
What are the situations under which NEWCOPY is required ?
For a CICS-DB2 program, how is the plan referenced?
how can you prevent more than one user from accessing the same transient data queue?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
Explain the significance of rdo?
What is the difference between the enter key, the PF keys and the PA keys?
How to handle exceptional conditions in cics?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain the difference between and exec cics xctl and an exec cics link command?