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 is the difference between a return with transid and xctl?
What are the types of the dfhmdf present in the cics?
Can QSAM files be accessed from CICS?
Explain how do you establish a starting position in a browse operation?
Define an asra abend?
Explain how many conditions can you include in a single handle condition command?
Explain 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?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
What are the types of processes to create a map in cics?
cics command level is?
Particular area has been affected in cics screen, what is the process to find?
What is the use of tdq and tsq?
What is the pic clause for the data type of length option field type of data fields?
Explain what is the massinsert option?