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 cebr transaction commands?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
what are the reserved words for cics?
What is the term conversational programs means?
Can you use occurs in bms map?
Explain the difference between and exec cics xctl and exec cics start command?
Name the command used for terminating a browse operation?
Can you define cics task?
What does the 'cedf:cics' transactions do?
Can you explain communication area?
What is fset?
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?
What is meant by PPT and what are its uses?
Give certain situations where NEWCOPY is obligatory?
Explain the maps in cics?