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



What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?..

Answer / jim shortz

# 1 precompilation -> command translator ->compilation ->
object code -> link edit ->load module -> BIND

Is This Answer Correct ?    3 Yes 1 No

What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?..

Answer / manik

precompilation -> command translator ->compilation ->
object code -> link edit ->load module.

Is This Answer Correct ?    4 Yes 3 No

What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?..

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

Post New Answer

More CICS Interview Questions

What is the difference between receive and receivemap commands in CICS?

1 Answers  


What are the uses of ppt in cics?

0 Answers  


What is eib?

0 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  






how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?

2 Answers   Patni,


Can you explain dfhmdf bms macro?

0 Answers  


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


Mention the option (along with argument type) used in a CICS command to retrieve the response code

3 Answers  


What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

3 Answers  


What are different ways of initiating transaction in CICS ?

3 Answers   Cap Gemini, IBM,


What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?

1 Answers   IBM,


Categories