What are the steps you go through while creating a COBOL
program executable?
Answer Posted / 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 View All Answers
Give some examples of command terminators?
How do get the result of your program directly on your pc?
how do you reference the esds vsam file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write down the divisions of cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In COBOL, what is the different between index and subscript?
What are the cobol coding sheets?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain how to differentiate call by context by comparing it to other calls?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write the code implementing the perform … varying.
What is the difference between goback, stop run and exit program in cobol?
What is the difference between external and global variables in COBOL?