What guidelines should be followed to write a structured
Cobol program?

Answer Posted / asmara

TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

680


What is perform what is varying?

701


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

992


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1900


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

624






how to refer the data field?

1802


When is inspect verb is used in cobol?

671


Which mode is used to operate the sequential file?

658


How arrays can be defined in COBOL?

661


In COBOL, what is the different between index and subscript?

753


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1767


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1912


What is length is cobol?

643


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 ......

10578


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

700