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 |
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What is CECI?
Explain the different system tables used in cics?
Can you define multiple maps in a BMS mapset?
Explain the uses that are associated to tsq and tdq ?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
What is a transid?
What is the kcp in the cics?
Name the command which is used to release a record on which exclusive control is gained?
What is meant by a CICS task?
What is the function of the LOAD command?
How would you release control of the record in a READ for UPDATE?