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

I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


Explain the difference between physical map and symbolic map?

0 Answers  


How to handle exceptional conditions in cics?

0 Answers  


if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)

5 Answers   CICS,


What is the term conversational programs means?

0 Answers  






How vsam files are read in cics pgms?

0 Answers  


What is the error condition that is set when the file specified in the NAME option is not in the FCT?

1 Answers   UHG,


How do you place the cursor on a particular position on the screen?

1 Answers   IBM,


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


Do you require a table entry for a TSQ?

2 Answers   IBM,


Name some important fields in the EIB block ?

2 Answers   IBM,


What are the cics transactions?

0 Answers  


Categories