How to execute a cics program from a paticular date and
time .or specified date and time.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / fernando-serpro
You can put your program in your cics SIT and ask after one
asktime if the date is the date you want, if not return, if
yes you make a loop until your time desired.
Your loop for the time can ask each 10 minutes for example.
| Is This Answer Correct ? | 1 Yes | 6 No |
What is the CICS command that is used to receive the un- formatted data from the terminal?
What is the use of the eibaid field?
Why is a TERM ID recommended in naming a TSQ?
What is the CICS command that gives the length of TWA area?
How is Telon(CA-Telon) used to build map?
What are the types of processes to create a map in cics?
What happens when a CICS command contains the NOHANDLE option?
Can dynamic calls be used in CICS?
Into which table is the terminal id registered?
What is the common work area?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What are the classifications of the cics program?