What are the two ways of breaking a CPU bound process to
allow other tasks to gain access to CPU.
Answer Posted / girish kumar
exec cics delay
interval(hhmmss)
end-exec.
exec cics delay
time(hhmmss)
end-exec.
post and wait commands also achieve the same result.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what are the differences between and exec cics xctl and an exec cics link command?
Explain how do you dynamically set the cursor position to a specific field?
Is length = 0 sufficient to ascertain that the field has been modified?
Explain how do you handle errors in cics programs?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain the uses that are associated to tsq and tdq ?
What are the main uses of the transaction in the cics?
Explain the function of the load command?
What Are Send Map Maponly & Send Map Dataonly ?
Explain how do you set the mdt option to on status, even if data is not entered?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Explain the difference between a package and a plan.
What is the primary aspect of CICS?
What is journal recovery?