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



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

Answer / 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

More CICS Interview Questions

What is the use of the program list table?

0 Answers  


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


Name the cics command used to access current date and time?

0 Answers  


Once a transient data queue is read, can it be reread?

2 Answers  


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  






What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


What is an AEY9 abend ?

4 Answers   IBM, Xansa,


I want to know what exactly the STOPPER field does with example. Please help.

1 Answers  


What is the main function of the sign-on table?

0 Answers  


Can QSAM files be accessed from CICS?

0 Answers  


Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,


Explain the difference between tsq and tdq

0 Answers  


Categories