How To Compile The COBOL-BD2-CI CS Programs In Real TIme?
Please Give Me the Detailed Description?

Answer Posted / harsha

1 COBOL-DB2-CICS program goes thru Precompiler. This will
extract all SQL code from main program and creates DBRM.
2 Bind all DBRM to ceate a PLAN.(Make sure that PLAN name
must be defined in RCT of CICS).
2 The extracted code from point-1 goes through CICS
Translator.
3 The translated code from point-2 goes through COBOL
compiler IGYCRCTL and creates Object module.
4 This object module is link edited using IEWL to create
Load Module.
5 The output of Step 2 and 4 are ready to be excuted under
CICS.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Add a field to screen when what's the flow of impact?

2415


What is the cics command that is used to access current date and time?

579


Differentiate between PCT and FCT.

645


Explain cedf transaction commands?

627


What does EIB mean in CICS?

695






Define primary objective of cics?

570


What is the meaning of the enq command?

592


What are the recoverable cics resources?

600


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

538


Explain how can you accomplish breakpoint in intertest?

583


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

722


which transient data queue support ati?

695


What is the use of the program list table?

629


What is task control?

585


Highlight the points of differences between XCTL and START?

634