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
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 |
Answer / devang
EXEC CICS
.....
.....
SUSPEND
INTERVAL()/TIME()
.....
.....
END-EXEC.
Is This Answer Correct ? | 1 Yes | 1 No |
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 |
What are the main uses of the transaction in the cics?
What is ENQ, DEQ ?
Is there any entry for TSQs in CICS tables?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
What are the cics transactions?
How do you access storage outside your CICS program?
How to test CICS, MainFrame applications
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the abend command?
What does EIB mean?