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
Name the command which is used to release a record on which exclusive control is gained?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What does a cics translator do?
Kindly specify the pic clause for the hhmmss type of data fields?
what are the commands used to gain exclusive control over a resource?
What are the classifications of the cics program?
how do you execute a background cics txn ?
What is bms map?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain the significance of rdo?
Explain how DSECT parameter is used in BMS ?
Define primary objective of cics?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the cics command that is used to access current date and time?
Explain what is the massinsert option?