What are the two ways of breaking a CPU bound process to
allow other tasks to gain access to CPU.

Answer Posted / devang

EXEC CICS
.....
.....
SUSPEND
INTERVAL()/TIME()
.....
.....
END-EXEC.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is program reentrance?

618


what is the cics command used to access current date and time?

618


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

589


what is effect on receive map when

678


What is the difference between pct and fct?

659






Define cedf?

569


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

2068


Explain the different ways of initiating transaction in cics?

503


Define transient data?

575


Define temporary storage?

607


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

800


How can you access esds files from cics?

590


What is ENQ?

652


How can you access qsam (seq) files from cics?

627


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

2714