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 |
Explain what is the massinsert option?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the meaning of the deq command?
Kindly specify the pic clause for the hhmmss type of data fields?
With the use of an alternate index, how is a VSAM file accessed?
What is a resident program?
Are sequential files supported by CICS?
How many maps are create in a single mapset?
What are the classifications of the cics program?
what are the differences between DFHCOMMAREA and TSQ ?
when will be use the tdq and tsq??