Answer Posted / suresh babu
A good program should have the qualities like:
1. Correctness: It is the most important of the qualities.
A program that fails to produce correct results is
worthless.
2. Readability: Readability means the program shoud be
written in such a way that if a person wants to read and
understand the program, it shoud be possible for him to do
so without much difficulty. It is the primary objective of
structured programming.
3. Portability: A portable program is the one that can be
executed on different machines(with different compilers)
without any change or with only minor changes if required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
IF I mention stop run in CICS what happens?
What is the difference between binary search and sequential search?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do u write test cases?
Define cobol?
What are the different rules to perform a Search?
What is the difference between comp and comp-3 usage?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write a cobol program making use of the redefine clause.
What is inspect in cobol ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is amode(24)?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?