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 |
Use of DFHCOMMAREA in cics
Can you explain cics transaction gateway?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
Can you explain enq and deq used in cics?
Explain the difference between link and xctl?
Name the three ways available for a program to position the cursor on the screen?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is the primary function of the Sign-on Table?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Explain the difference between getting the system time with eibtime and asktime command?
What are the uses of ppt in cics?
What is dynamic transaction backout?