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
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Explain how many exceptional condition can be given in a handle condition?
Explain the different system tables used in cics?
Can you define temporary storage?
Explain the difference between tsq and tdq
What does the 'cemt:cics' transactions do?
What is meant by PPT and what are its uses?
What is meant by a ‘Transid’ ?
what are the reserved words for cics?
Can you explain cics transaction gateway?
Explain how would you resolve an asra abend?
What is the meaning of the deq command?
what are the differences between and exec cics xctl and exec cics start command?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is the pic clause for the data type of length option field type of data fields?