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 |
is it possible to create TDQ's and TSQ's dynamically,How
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is an mdt (modified data tag)?
When would you use abend command?
What are the types of performs in COBOL? How does perform thru work, give example.
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?
What is the meaning and use of the EIBAID field?
Explain the function of the terminal control table?
How to execute a cics program from a paticular date and time .or specified date and time.
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
What is the command used to send a map to a terminal?
Can you define temporary storage?