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
Write down the divisions of cobol program?
How are the next sentence and continue different from each other?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different data types in cobol?
Can we change the password using ALTER? anyone tried and changed?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What rules are to be followed while using the corresponding options?
what happens if parmparameter passes zero bytes to the program
) how do u code after getting data?
What is the local-storage section?
Why occurs cannot be used in 01 level in COBOL?
What are literals?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?