What are the steps you go through while creating a COBOL
program executable?

Answers were Sorted based on User's Feedback



What are the steps you go through while creating a COBOL program executable?..

Answer / 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

What are the steps you go through while creating a COBOL program executable?..

Answer / siddu

steps:
1.design the program

2.code the program

3.compile the program(IGYCRCTL)

4.link-edit the program(IEWL/HEWL)

5.execution

Is This Answer Correct ?    2 Yes 1 No

What are the steps you go through while creating a COBOL program executable?..

Answer / nagaraju

1.design the program

2.code the program

3.compile the program(IGYCRCTL)

4.link-edit the program(IEWL/HEWL)

5.execution

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

I have a occurs for 100 times but it has executed 101 time what could be the reason?

4 Answers  


input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


how to refer the data field?

0 Answers  


TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr

1 Answers   MNC,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  






What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


What is an in-line perform ?

4 Answers   Accenture,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


what is SYNCHRONIZATION?

3 Answers   Syntel,


When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,


What is static and dynamic call in cobol?

0 Answers  


Categories