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

Can you explain common systems area?

0 Answers  


Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.

2 Answers   ITC Infotech,


how do you intitiate another transaction?

0 Answers   IBM,


What does EIB mean in CICS?

0 Answers  


Can you access QSAM (seq ) files from CICS ?

2 Answers   IBM,


Explain the difference between link and xctl?

0 Answers  


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


Can you explain exec cics handle condition command?

0 Answers  


How do you control cursor positioning?

3 Answers   IBM,


Explain page up and page down logic along with coding logic in cics?

3 Answers   Wipro,


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


Categories