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 is the component?what are the different components there using cobol and cics
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
Add a field to screen when what's the flow of impact?
Define task work area?
What is the general Command format of CICS ?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
What are the attribute values of Skipper and Stopper fields?
can anyone tell me about paginglogic in CICS,Please?
Can you access QSAM (seq ) files from CICS ?
What is the difference between the enter key, the PF keys and the PA keys?
Explain the difference between a symbolic map and physical map?