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



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

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

More COBOL Interview Questions

What is the difference between PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,


How do you differentiate between cobol and cobol-ii?

0 Answers  






What is the use of intialize verb?

0 Answers  


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


What are the different data types available in COBOL?

4 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


Can we redefine the field of x(200) to less than 200?

0 Answers  


Categories