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 primary function of the Processing Program Table (PPT)?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Specify the requirements for automatic task initiation?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
Once a transient data queue is read, can it be reread?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What RCT Entries will you make for a CICS DB2 program??
What is DFHBMSCA?
if we want to add new column in the db2 table.How can add in the copybook?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
what are the differences between and exec cics xctl and exec cics start command?