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 an mdt (modified data tag)?
What is the function of the CICS translator?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What is some of the information available in the EIB area?
list the sequence of steps used to achieve modiication in skip sequential mode?
what are transient data sets defined to cics?
What is the function of the EXEC CICS HANDLE CONDITION command?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
Explain how do you access the records randomly in tsq?
How to dsect parameter is used in bms?
Name the command used for terminating a browse operation?
What is the use of tdq and tsq?