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 |
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Can you define multiple maps in a BMS mapset?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain how do you dynamically set the cursor position to a specific field?
Can you access QSAM (seq ) files from CICS ?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
An XCTL uses more CPU time than LINK (True or False)
What is mainframe cics?
What is non-conventional programs?
Can you define ppt and what are its uses?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?