What is task control and what are the CICS commands
associated with it?
Answers were Sorted based on User's Feedback
Task Contorl KCP - Provides funtionf of synchronization of
task activities and to have control over resources
Commands are
SUSPEND - To suspend a task
ENQ - To have a exclusive control over a resource
DEQ - To release
Examples of ENQ/DEQ can be while using a TSQ, you want to
have a exclusive control
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahesh n
CEMT I TASK is the command associated with task control
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command that is used to delay the processing of a task for a specified time interval
Explain the term Function Request Shipping?
How do you define Task Work Area?
What is the command used to request notification when the specified time has expired?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
What is non-conventional programs?
Explain the term ?MRO? (Multi Region Operation)?
Which type of TDQ is read destructive?
What are the types of important programs that are used in the cics?
Can you simply check if length = 0 for checking if a field was modified?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
What is quasi rentrancy concept in CICS?