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

What are the two types of transient data queues?

1 Answers   IBM,


What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?

6 Answers   CTS,


What is the meaning of the enq command?

0 Answers  


What are the 3 common ways to create maps?

1 Answers   IBM,


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is the comaera?

0 Answers  


How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?

1 Answers   IBM,


Can you explain exec cics handle condition command?

0 Answers  


Sync points cannot be requested by the application programs (True or False).

1 Answers   IBM,


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

2 Answers   IBM,


which transient data queue support ati?

0 Answers   IBM,


What is the difference between a return with transid and xctl?

0 Answers  


Categories