Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


What is the command used to send a map to a terminal?

1 Answers  


Define the attribute byte?

0 Answers  


I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...

4 Answers   CGI,


What is the procedure to solve an ASRA ABEND?

0 Answers  


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

0 Answers   Accenture,


What is the General Command format Of CICS

3 Answers   IBM,


Explain the thress bms options?

0 Answers  


Define an asra abend?

0 Answers  


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


What is the use of DCT?

2 Answers   IBM,


Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


Categories