Which CICS system program is responsible for handling
automatic task initialization?
Answers were Sorted based on User's Feedback
Answer / thavasi
DCT table and Destination Control Program are responsible
for Automatic task initialization. Because This is where the
ATI transaction, trigger level are entered.
ATI can be invoked for ONLY for intrapartition TDQ.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Automatic task initialization only used in CICS on TDQ .
It is used to automatic task initilization of task.
| Is This Answer Correct ? | 2 Yes | 0 No |
Mention the option (along with argument type) used in a CICS command to retrieve the response code
Explain the difference between dfhcommarea and tsq?
Name some common CICS service programs and explain their usage?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
Explain the term ?MRO? (Multi Region Operation)?
When there are 2 records with the same key specified in a DELETE operation what will happen?
Name the command used for terminating a browse operation?
How is the storage determined in the symbolic map, if you have multiple maps?
If no exception handling is provided in the program, what will happen ?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What is the CICS supplied transaction which performs syntax checking of a CICS command?