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

Answers were Sorted based on User's Feedback



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

Answer / anna

service reload command.
with this command all resourses are given back to cics.
dispetcher program is looking what task is waiting for
resourses. if no one the resourse is given back to your
task.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / devang

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

Is This Answer Correct ?    1 Yes 1 No

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

Answer / 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

More CICS Interview Questions

What is CICS ?

0 Answers  


Can you define attribute byte?

0 Answers  


Explain the difference between and exec cics xctl and exec cics start command?

0 Answers  


Specify cics transaction initiation process?

0 Answers  


How is the stopper byte different from an auto skip byte ?

1 Answers  






What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


how do you execute a background cics txn ?

0 Answers   IBM,


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


Explain the difference between using the read command with into option and set option?

0 Answers  


What is DEQ?

0 Answers  


Give the definition of COMMAREA ?

0 Answers  


Can you explain cics transaction gateway?

0 Answers  


Categories