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

Explain what is the massinsert option?

0 Answers  


Which of the following statements correctly describe the syntax of CICS command language?

1 Answers  


How do you define Task Work Area?

1 Answers   IBM,


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


What are the cics tables?

0 Answers  






What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


What is the term conversational programs means?

0 Answers  


Tsqs can be written in the main storage or auxiliary storage? State true or false

1 Answers  


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know

1 Answers   IBM,


A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?

3 Answers  


For protecting a transaction using the transaction security function, the two things that must be done are?

0 Answers  


Categories