How to execute a cics program from a paticular date and
time .or specified date and time.
Answer Posted / 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 |
Post New Answer View All Answers
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the term conversational programs means?
Give the definition of COMMAREA ?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Explain the difference between a symbolic map and physical map?
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?
Define the attribute byte?
What is CICS ?
Explain what is the massinsert option?
Explain the difference between and exec cics xctl and exec cics start command?
Can you define cics task?
Explain how can you accomplish breakpoint in intertest?
What is meant by an attribute byte?
Can you define mapset?
Explain cedf transaction commands?