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 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?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What is the meaning and use of the EIBAID field?
What are attribute bytes and how and why are they modified?
Explain cebr transaction commands?
Explain the purpose of the program list table?
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?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
Use of DFHCOMMAREA in cics
What is the content of the PPT entry?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Explain the primary significance of intra-partition and extra-partition tdqs ?