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

What are the ways you can generate a copybook?

2 Answers  


Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.

2 Answers   RBS,


which generation language is cobol

4 Answers   Kanbay,


How to covert given string into ASCII value in COBOL/MF COBOL

3 Answers   CTS, IBM, iFlex,


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  






How do u know what version of cobol u are using?

3 Answers  


What is SDSF?

13 Answers   IBM,


how to transfer the file from pc to mainframe??

5 Answers   TCS,


How to concatenation one or more string?

4 Answers   Temenos,


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast

4 Answers   L&T,


what is sysncpoint?

1 Answers   IBM,


Categories