What is task control and what are the CICS commands
associated with it?
Answer Posted / vijay
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 |
Post New Answer View All Answers
Explain the different ways of initiating transaction in cics?
Name the command which is used to release a record on which exclusive control is gained?
Specify the requirements for automatic task initiation?
What is non-conventional programs?
What are fset, frset?
Explain difference between call and link?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the use of tdq and tsq?
Define task work area?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Name the three ways available for a program to position the cursor on the screen?
Define ceci?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Highlight the points of differences between XCTL and START?
Explain how do you handle errors in cics programs?