What is the command that is used to delay the processing of
a task for a specified time interval
Answer Posted / 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 |
Post New Answer View All Answers
what is the most common way of building queue-id of a tsq?
How vsam files are read in cics pgms?
What is a cics task?
Explain the maps in cics?
Explain the usage of language in the ppt entry?
Define cebr?
Explain how to build up lu 6.2 communication?
Can you define bms?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Can you explain enq and deq used in cics?
Explain the difference between link xctl?
Name at least one of the ways by which a transaction can be terminated?
What does a cics translator do?
What is journal recovery?
how do you execute a background cics txn ?