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

define the field with ic in the bms map.

0 Answers   IBM,


What are the CICS commands available for program control?

1 Answers   IBM,


Explain processing program table(ppt)?

0 Answers  


the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

0 Answers   IBM,


By which CICS defined field can you determine the position of the cursor on the map ?

1 Answers  






Name the command which is used to release a record on which exclusive control is gained?

0 Answers  


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


what is the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


What are different system tables used in CICS?

1 Answers   IBM,


What is the significance of RDO?

1 Answers   IBM,


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


What is task control?

0 Answers  


Categories