What is the command that is used to delay the processing of
a task for a specified time interval
Answer Posted / 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 View All Answers
define the field with ic in the bms map.
What is the term bms in cics?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what are transient data sets defined to cics?
What is interval control?
Add a field to screen when what's the flow of impact?
In the EIB block of CICS, highlight the names of few of the important fields?
What does the 'cedf:cics' transactions do?
Explain how many conditions can you include in a single handle condition command?
what is the cics command used to access current date and time?
Name the two types of transient data queues?
What is task control?
What is fset?
Can you define attribute byte?
How can you access qsam (seq) files from cics?