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 CICS Command that is used for reading a record from the TDQ?

1 Answers   IBM,


Explain the logical message in cics?

0 Answers  


What do you mean by CEMT?

0 Answers  


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


plz give the syntax for receive map and receive text cmds in cics

1 Answers  






For protecting a transaction using the transaction security function, the two things that must be done are?

0 Answers  


what is invreq condition?

3 Answers   IBM,


Can you explain dfhmdf bms macro?

0 Answers  


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?

1 Answers   IBM,


suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?

1 Answers   Bank Of America, Cap Gemini, IBM, RBS,


The error code AEIV?

1 Answers   IBM,


Categories