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


Please Help Members By Posting Answers For Below Questions

i want a program using by if, evaluate , string, unstring, perform, occurs?

4345


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

2249


In COBOL programming, what is PERFORM? What is VARYING?

870


Why would you use find and get rather than to obtain?

901


What is a report item?

907


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11523


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2143


Write some characteristics of cobol as means of business language.

847


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

965


What are the different rules to perform a Search?

815


What is Pic 9v99 Indicates in COBOL?

936


Write a program that uses move corresponding.

872


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1748


What do you understand by psb and acb?

846


What are the different rules of SORT operation?

900