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
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is meant by a ‘Transid’ ?
What are the recoverable cics resources?
What is the procedure to solve an ASRA ABEND?
Explain how do you establish a starting position in a browse operation?
How to handle exceptional conditions in cics?
What is the use of the program list table?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
What is task control?
Explain the difference between intra partition tdq and extra partition tdq?
Explain the primary function of the processing program table (ppt)?
how can you prevent more than one user from accessing the same transient data queue?
How to get the cursor position when we receive a map?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?