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 is the type of ppt in the cics?
Define RCT.
Explain floating maps with illustration.
Explain the different ways of initiating transaction in cics?
Define floating maps with illustration?
Which type of TDQ is read destructive?
What is meant by an AICA ABEND?
What is the CICS LOAD command?
What are the terms cics generally means?
What are the types of performs in COBOL? How does perform thru work, give example.
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is the syncpoint and its use?