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
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how to convert the recors form vsam file to db2 table tru file aid
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the usage of comp fields in cobol?
Mention the guidelines to write a structured cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Which division and paragraphs are mandatory for a COBOL program?
How you can characterize tables in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the different rules to perform a Search?
What are different data types in cobol?
What is perform what is varying?
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 ?