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 primary function of the Sign-on Table?
Name the cics command used to access current date and time?
When would you use abend command?
Name and explain some common CICS abend codes?
What is transient data?
What are the ways fot initiating a transaction?
What is EXEC CICS RETRIEVE ?
Can you explain cics translator?
What is the difference between link xctl?
how do you execute a background cics txn ?
Can you have CICS code in a copybook? If yes, what happens during compilation?
how i can enter into cics region in real time.