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 |
Name the command which is used to release a record on which exclusive control is gained?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Which of the following are recoverable CICS resources?
What are different system tables used in CICS?
What are different ways of initiating transaction in CICS ?
What is the command that is used to add a new record to the file?
Explain how do you control cursor positioning?
Have you entered any program names in PPT or PCT? If so How?
What is a cursor in CICS sql processing?
What is an mdt (modified data tag)?
Explain the difference between getting the system time with eibtime and asktime command?
Explain the various ways data can be passed between CICS programs.