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 |
Which CICS service transaction is used to gain accessibility to CICS control tables?
What is the use of a TDQ, TSQ?
what is mapfail and when we get this error? during send map or receive map?
Explain the difference between physical map and symbolic map?
How errors are handled in CICS programs?
What is the access method used by DB2?
Define the term mro (multi region operation)?
What is dynamic transaction backout?
What are the classifications of the cics program?
What is the difference between START and XCTL ?
what are the differences between and exec cics xctl and an exec cics link command?
Can you define mapset?