What do you feel makes a good program?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol programming?

938


how to convert the recors form vsam file to db2 table tru file aid

2972


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8651


What is the usage of comp fields in cobol?

855


Mention the guidelines to write a structured cobol program?

801






i want a program using by if, evaluate , string, unstring, perform, occurs?

4325


Which division and paragraphs are mandatory for a COBOL program?

902


How you can characterize tables in cobol?

909


In COBOL programming, what is PERFORM? What is VARYING?

851


Explain the configuration section of a cobol program with examples of syntax.

851


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

841


What are the different rules to perform a Search?

800


What are different data types in cobol?

899


What is perform what is varying?

899


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2080