Specify the requirements for Automatic Task Initiation.
(Mention the control table, it?s entries and the
corresponding Procedure division CICS command).
Answer / shankar
DFHDCT CONTROL TABLE IS USED FOR AUTOMATIC TASK INITIATION
DFHDCT
TRANSID=
TRIGLEVEL=100
IF TRIGGER LEVEL IS REACHED 100 TASK WILL
AUTOMATICALLY INITIATE
Is This Answer Correct ? | 3 Yes | 0 No |
Which is the command that is used to dump the main storage areas related to a task?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
What is the content of the PPT entry?
How many exceptional condition can be given in a HANDLE CONDITION?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
Can you explain dfheiblk?
What is interval control?
Explain the various ways data can be passed between CICS programs.
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?