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
What is amode(31)
What are the different rules to perform a Search?
What is Pic 9v99 Indicates in COBOL?
Are you comfortable in cobol or jcl?
What is a SSRANGE and NOSSRANGE?
What is the difference between Call and a Link?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between external and global variables in COBOL?
What is redefines clause in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the cobol coding sheets?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What rules are followed by the search verb.