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 |
What is a resident program?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Explain re-entrancy as applies to CICS.
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What are the recoverable cics resources?
If I create a TSQ from one transaction, can I read it from another transaction?
What is the COMMAREA(communications area)?
Can you use DYNAMIC calls in CICS ?
How do you get data from a task that began with a START command?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Explain how do you delete item 3 in a five-item tsq?