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


Please Help Members By Posting Answers For Below Questions

If we say that bms length of field = 0, then what does that mean?

706


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?

659


Define an aey9 abend?

660


Define communication area?

549


Explain the difference between getting the system time with eibtime and asktime command?

543






Define task work area?

858


What does the 'cebr:cics' transactions do?

563


what are the reserved words for cics?

542


Can you explain multitasking and multithreading?

677


Define the term transaction routing?

545


How ENQ and DEQ used in CICS?

779


Define cics interface block?

580


Define an asra abend?

583


What is the procedure to read a statement from tsq?

637


Explain how DSECT parameter is used in BMS ?

698