what r the types of perform statement

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


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

696


how do you reference the variable unblock file formats from cobol programs

761


What is the compute verb? How is it used?

673


HOw can I get the negative sign while deduct high value from low value

1804


Can we change the password using ALTER? anyone tried and changed?

1558






What is the difference between PIC 9.99 and PIC9v99?

795


how do you reference the rrds file formats from cobol programs

809


What is amode(24)?

690


A table has two indexes defined. Which one will be used by the SEARCH?

773


What are the cobol coding sheets?

675


Mention the guidelines to write a structured cobol program?

630


What is the difference between next sentence and continue in cobol programing language?

718


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

726


How you can characterize tables in cobol?

729


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1010