Answer Posted / sandy
The below code is possible, if that is what asked.
1000-PARA
PERFORM VARYING
IF <CONDITION>
GO TO 1000-EXIT
END-IF
OTHER STATEMENTS.....
END-PERFORM
1000-EXIT
EXIT.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
Are you comfortable in cobol or jcl?
What is the utilization of copybook in cobol?
What is the difference between goback, stop run and exit program in cobol?
In which area will you utilize 88 level items in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
i need a small 3d program using inline and outline.
How to print 10 to 1 if the input have only 10 digit number?
how to convert the recors form vsam file to db2 table tru file aid
Name the divisions, which are available in a cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that