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
Name the sections present in data division.
Can you please let me know the centre name of INS certification in Kolkata.
Difference between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are literals?
How many bytes S(8) comp field occupy and its maximum value?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
How do you reference the fixed block file formats from cobol programs
Write the code to count the sum of n natural numbers.
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 ......
What is length is cobol?
how to move the records from file to array table. give with code example
Explain how to differentiate call by context by comparing it to other calls?