Translation Time is not reduced if the Pre-compilation is
done first(True or False).
Answer / thavasi
False..
CICS translator should be executed only after DB2
pre-compiler to reduce the translator's execution time.
DB2 Pre-Compiler
|
CICS Translator
|
.....
Note: The other way execution would also complete without
any error.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is an mdt (modified data tag)?
Explain how do you dynamically set the cursor position to a specific field?
What CICS command do you need to obtain the user logon-id?
Can multiple CICS regions exist under one O/S?
define the field with ic in the bms map.
Why is a TERM ID recommended in naming a TSQ?
Can you explain cics translator?
List all the CICS tables and explain their contents.
what are the differences between and exec cics xctl and an exec cics link command?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
Explain page up and page down logic along with coding logic in cics?
Difference between TSQ & TDQ