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 ENQ, DEQ ?

1 Answers   IBM,


What is the meaning of the eibaid field?

0 Answers  


What are the CICS tables? How to traverse from one screen (program) to another on CICS?

1 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,






What is an AEY9 abend ?

4 Answers   IBM, Xansa,


Explain 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?

0 Answers  


Explain the difference between and exec cics xctl and exec cics start command?

0 Answers  


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

3 Answers  


What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


How to execute a cics program from a paticular date and time .or specified date and time.

3 Answers   CSC,


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

0 Answers  


Categories