What do you feel makes a good program?
Answers were Sorted based on User's Feedback
Answer / raghunandan modak
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
what is the difference between PA & PF keys?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
What care has to be taken to force program to execute above 16 Meg line?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
How to define a array dynamically.....
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
How can you get the ksds file records into your cobol program?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
what is linkcard in cobol?
Can we redefine the field of x(200) to less than 200?
How do you compile cobol program..?