What are the DB2 steps required to migrate a CICS DB2
program from source code to load module?
Answers were Sorted based on User's Feedback
Answer / jim shortz
# 1 precompilation -> command translator ->compilation ->
object code -> link edit ->load module -> BIND
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / manik
precompilation -> command translator ->compilation ->
object code -> link edit ->load module.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sriramu.t
I think..
First translator translate CICS statements into COBOL CALL
statement and after that the proces as follows
precompilation -> command translator ->compilation ->
object code -> link edit ->load module.
Is This Answer Correct ? | 3 Yes | 3 No |
Which of the following statements correctly describe the syntax of CICS command language?
How would you release control of the record in a READ for UPDATE?
When you do a START, what will the value of EIBCALEN?
How do you define Task Work Area?
Add a field to screen when what's the flow of impact?
Explain the difference between using the read command with into option and set option?
Can you explain multitasking and multithreading?
what is the option to be coded on return to associate a transaction identifier with next terminal.
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
What is a mapset?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
What is the comaera?