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 you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the difference between pct and fct?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
What Are Send Map Maponly & Send Map Dataonly ?
what is the difference between task and transaction in cics?
If no exception handling is provided in the program, what will happen ?
Explain what is a cursor in cics sql processing?
If we say that bms length of field = 0, then what does that mean?
What are the steps you go through to a create a BMS executable?
What is the command that is used to add a new record to the file?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the procedure to read a statement from tsq?