What are the steps you go through while creating a COBOL
program executable?
Answer Posted / asmara
1. COBOL + DB2 Programm
2. Source code will store in link-edit
Extracted SQL statements store in DBRM
where the time tokens are taken
3. Link - edit will compile and send it to load module
4. DBRM after setting the token the input will send to BIND
5. BIND will check the SQL Statements and check the syntax
and compile it and send to Package
6. Package will hold only one DBRM at a time so No. of
Packages store in PLAN.
7. Plan Will execute the statements
8. Finally it will combine and if the time stamp matches it
will exectue otherwise the time stamp mismatch error will
occur which -818.
if you want to resolve then u want to do the precompilation
again.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is report-item in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
IF I mention stop run in CICS what happens?
What are various search techniques in cobol? Explain.
what is the difference between COBOL2 AND COBOL390?
What are literals?
How to print 10 to 1 if the input have only 10 digit number?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you define a variable of comp-1 and comp-2?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between Call and a Link?
Can a Search can be done on a table with or without Index?