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 steps you go through to a create a BMS executable?

2 Answers   IBM,


How do you handle errors in CICS pgms ?

1 Answers   IBM,


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


What is the different ways to initiate a task?

2 Answers  


Define primary objective of cics?

0 Answers  






What are the types of important programs that are used in the cics?

0 Answers  


Which type of TDQ is read destructive?

1 Answers   IBM,


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

0 Answers  


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is frset?

0 Answers  


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


Categories