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
Explain the different system tables used in cics?
What is the eib parameter?
Explain the system transid cemt?
Define ceci?
Explain how do you access the records randomly in tsq?
Highlight the points of differences between XCTL and START?
Explain the difference between and exec cics xctl and an exec cics link command?
Can you define cics task?
What is journal recovery?
what are the differences between and exec cics xctl and an exec cics link command?
Name the 3 common ways to create maps?
hi,what is the module? how many modules in mainframe based banking projects
name the command that is used to dump the main storage areas related to a task?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
Explain the difference between using the read command with into option and set option?