what is PERFORM? and its types?

Answer Posted / mithun paul

Types Of Perform Statement

1. PERFORM PARA-NAME
2. PERFORM PARA-NAME N TIMES
3. PERFORM PARA-NAME UNTIL I > N
4. PERFORM PARA-NAME-1 THRU PARA-NAME-2
5. PERFORM PARA-NAME-1 THRU PARA-NAME-2 N TIMES
6. PERFORM PARA-NAME-1 THRU PARA-NAME-2 UNTIL I > N
7. PERFORM PARA-NAME-1 THRU PARA-NAME-2 VARYING I FROM 1 BY
1 UNTIL I > N
8. PERFORM PARA-NAME-1 THRU PARA-NAME-2 WITH TEST [BEFORE /
AFTER] VARYING I FROM 1 BY 1 UNTIL I > N
9. (IN-LINE PERFORM)
PERFORM I > N
END-PERFORM



Mithun Paul
KMG Infotech Ltd.
Kolkata

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

seqence numbers in cobol

2664


Explain the difference between search and searchall?

513


What is sort?

534


Explain the difference between comp & comp-3?

549


What are the types of perform?

571






What is redefine?

555


Explain the output procedure?

579


How to detect record is locked in cobol/400? What is the solution for that?

527


What is comp?

551


What is output procedure?

543


Define perform?

522


Define sort?

581


Explain the input procedure?

539


Explain how to detect record is locked in cobol/400? What is the solution for that?

531


Explain the input procedure and output procedure?

521