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 |
Explain the difference between and exec cics xctl and exec cics start command?
Specify cics transaction initiation process?
Explain the maps in cics?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is the difference between a return with transid and xctl?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
What are fset, frset?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
The READ command with INTO option will read the record specified into the data area specified (True or False)
Can you define bms?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Name at least one of the ways by which a transaction can be terminated?