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



How to execute a cics program from a paticular date and time .or specified date and time...

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

How to execute a cics program from a paticular date and time .or specified date and time...

Answer / fernando-serpro

Sorry.....in your Cics PLT.
Fernando

Is This Answer Correct ?    3 Yes 2 No

How to execute a cics program from a paticular date and time .or specified date and time...

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

Post New Answer

More CICS Interview Questions

Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,


explain abt types of maps? and explain

1 Answers  


Specify cics transaction initiation process?

0 Answers  


what is the purpose of using link ?

5 Answers   Kanbay,


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  






The error code AEIV?

1 Answers   IBM,


How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key  is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?

1 Answers   HeadStrong, Polaris,


What is trigger level in the context of TDQs?

2 Answers   IBM,


Can you explain exec cics handle condition command?

0 Answers  


Explain the difference between start and xctl?

0 Answers  


Explain re-entrancy as applies to CICS.

1 Answers   IBM,


What does the following transactions do?

1 Answers  


Categories