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 |
What is the difference between the XCTL and LINK commands?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
How many maps are create in a single mapset?
What CICS facilities can you use to save data between the transactions?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
What is interval control?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
If no exception handling is provided in the program, what will happen ?
Can QSAM files be accessed from CICS?
Explain how do you handle errors in cics programs?
Explain how to handle exceptional conditions in CICS.