What is an in line PERFORM? When would you use it? Anything
else to say about it?

Answer Posted / sreenath

perform until <cond>
<stmt>
<stmt>
end perform.
-the stmts which are between perform & end perform will be
executed till the specified cond is satisfied.
-there should be no periods between perform & end perform.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


What is the difference between binary search and sequential search?

638


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


What are 77 levels used for?

659


how do you reference the printer file formats from cobol programs

663






What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

714


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


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

712


Why did you choose to work with ibm mainframe cobol programming?

631


how do you reference the ksds vsam file formats from cobol programs

666


How to print 10 to 1 if the input have only 10 digit number?

811


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


What is the usage of comp fields in cobol?

658


i want a program using by if, evaluate , string, unstring, perform, occurs?

4057


What are the different rules for performing sort operation?

761