What is the command that is used to delay the processing of
a task for a specified time interval



What is the command that is used to delay the processing of a task for a specified time interval..

Answer / pavan

delay is used to delay the processing of a task for a
specified time . it is usefull to code in heavy cpu bounded
works in order to allow the other tasks to proceed.

syntax:
exec cics
delay
interval(hhmmss)
time (hhmmss)
end-exec.

if any changes please ...

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CICS Interview Questions

Use of DFHCOMMAREA in cics

2 Answers   Virtusa,


Can you explain cics transaction gateway?

0 Answers  


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


Can you explain enq and deq used in cics?

0 Answers  


Explain the difference between link and xctl?

0 Answers  






Name the three ways available for a program to position the cursor on the screen?

0 Answers  


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers  


What is the primary function of the Sign-on Table?

1 Answers  


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


What are the uses of ppt in cics?

0 Answers  


What is dynamic transaction backout?

0 Answers  


Categories