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 |
can anyone tell me about paginglogic in CICS,Please?
What is the command used to send a map to a terminal?
Define the attribute byte?
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...
What is the procedure to solve an ASRA ABEND?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is the General Command format Of CICS
Explain the thress bms options?
Define an asra abend?
Can we define an alternate index on VSAM/RRDS ?
What is the use of DCT?
Why is it important not to execute a STOP RUN in CICS ?