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 pic clause for the hhmmss type of data fields?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
What is the command that is used to delay the processing of a task for a specified time interval
How do you define Task Work Area?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
If DATAONLY option is specified in the SEND MAP command what will happen?
Define floating maps with illustration?
What is the command which will delete a program LOADed into the main storage using LOAD command?
Can you define aica abend?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
can there be multiple mapsets for a single program?