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 an AEY9 abend ?
Name at least one of the ways by which a transaction can be terminated?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
What are the ways fot initiating a transaction?
What is transient data?
How do you use extended attributes ?
What is the cics command level?
What is MDT?
Is it possible start a transaction CICS from job Batch? How do it?
Define an asra?
difference between tsq and tdq?
How is the stopper byte different from an auto skip byte ?