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

Name the macros used to define the following: MAP MAPSET FIELD

2 Answers  


Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)

2 Answers  


Define TCT.

0 Answers  


Which transient data queue supports ATI?

2 Answers  


Name the two types of transient data queues?

0 Answers  






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

1 Answers  


Explain cemt transaction commands?

0 Answers  


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

0 Answers   Accenture,


Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,


What is CEBR?

3 Answers   IBM,


Define floating maps with illustration?

0 Answers  


Mention the option (along with argument type) used in a CICS command to retrieve the response code

3 Answers  


Categories