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
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?
Explain the difference between dfhcommarea and tsq?
what is the cics command used to access current date and time?
What is the use of mdt (modified data tag)?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is meant by an attribute byte?
Define primary objective of cics?
What is the type of ppt in the cics?
Can you define ppt and what are its uses?
Can you define mapset?
Explain how do you set the mdt option to on status, even if data is not entered?
Can QSAM files be accessed from CICS?
Explain how do you intitiate another transaction?
what is 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?