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 |
What are the two types of transient data queues?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What is the meaning of the enq command?
What are the 3 common ways to create maps?
Do you require a table entry for a TSQ?
What is the comaera?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Can you explain exec cics handle condition command?
Sync points cannot be requested by the application programs (True or False).
What are the three ways available for a program to position the cursor on the screen?
which transient data queue support ati?
What is the difference between a return with transid and xctl?