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 |
How are VSAM files Read in CICS pgms?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Which of the following are recoverable CICS resources?
What is the use of DCT?
What is meant by an AICA ABEND?
What are the two outputs created as a result of generation of a map?
Explain how do you handle errors in cics programs?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
how can we display negative sign in a map?
What is the size of commarea
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?