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 |
Can you explain common systems area?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
how do you intitiate another transaction?
What does EIB mean in CICS?
Can you access QSAM (seq ) files from CICS ?
Explain the difference between link and xctl?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What will happen if the TDQ that you want to delete is not in the DCT?
Can you explain exec cics handle condition command?
How do you control cursor positioning?
Explain page up and page down logic along with coding logic in cics?
what are the differences between DFHCOMMAREA and TSQ ?