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
Name some translator and compile options and explain their meaning?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Can you define commarea?
How can you access qsam (seq) files from cics?
What is the cics command level?
When would you use abend command?
What are the types of the dfhmdf present in the cics?
Db2 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 cicsregions that share the same db2 subsystem?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Mention one alternative aspect of CICS?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Explain the difference between link xctl?
Define the term mro (multi region operation)?
Particular area has been affected in cics screen, what is the process to find?
What is the cics command that is used to access current date and time?