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 |
Kindly specify the pic clause for the data type of length option field type of data fields?
What are the CICS commands associated with temporary storage queue processing?
Name the command used for terminating a browse operation?
Can you explain cics translator?
Can you define multiple maps in a BMS mapset?
Difference between TSQ & TDQ
What does EIB mean in CICS?
How can you Define and Install the Maps & Mapset ?
What is the use of a TDQ, TSQ?
What is the attribute byte?
Explain the difference between using the read command with into option and set option?
What is the CICS supplied transaction which performs syntax checking of a CICS command?