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
Define RCT.
When would you use abend command?
What is the pic clause for the hhmmss type of data fields?
Explain difference between call and link?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Can you define mdt?
What is meant by PPT and what are its uses?
Define the attribute byte?
Can you define cemt?
What is program reentrance?
Explain the different system tables used in cics?
Explain how do you access storage outside your cics program?
Explain the difference between link and xctl?
Define ceci?
Can you define mapset?