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 |
explain abt types of maps? and explain
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Mention one alternative aspect of CICS?
How and where is the TWA size set? .
What is an AEY9 abend ?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
can there be multiple mapsets for a single program?
What is the difference between LINK and XCTL ?
Define primary objective of cics?
What is an mdt (modified data tag)?
i would like to practise some programs in code some cics programs plz send the programs