Answer Posted / malay
There are two types of performs statements in COBOL program.one is INLINEPERFORM and another one is OUTLINEPERFORM.Inline perform start and end with end-perform.
Outline perform start and end with exit statement.generaly these are
1.Simple perform
2.PERFORM TIMES
3.PERFORM UNTIL
4.PERFORM VARYING
5.Perform with test after/test before.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between PIC 9.99 and PIC9v99?
Write down the divisions of cobol program?
How do u write test cases?
how do you reference the ksds vsam file formats from cobol programs
What rules are followed by the search verb.
what is the use of outrecord?
what is the difference between COBOL2 AND COBOL390?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
State the various causes of s0c1, s0c5 and s0c7.
What is Pic 9v99 Indicates in COBOL?
What is the LINKAGE SECTION used in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain the configuration section of a cobol program with examples of syntax.