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 the ABEND command and when would you use it?

2 Answers   IBM,


In a particular cics program, what is the procedure to allocate dynamic memory?

0 Answers  


What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


Tsqs can be written in the main storage or auxiliary storage? State true or false

1 Answers  


Explain how do you handle errors in cics programs?

0 Answers  






How can you accomplish breakpoint in intertest?

2 Answers   IBM,


Name at least one of the ways by which a transaction can be terminated?

0 Answers  


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Explain how do you intitiate another transaction?

0 Answers  


Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?

2 Answers  


What are the types of processes to create a map in cics?

0 Answers  


What do the terms locality of reference and working set mean?

1 Answers  


Categories