What is an in-line perform ?

Answer Posted / santosh khot

In-line Perform is included in Cobol II this was not in
Previous version of Cobol. when dont want to take the
control to the paragraph want to execute same code for
number of times with in same in-line perform is used

Syntex is

perform until identifier
....
.....
.....
end-perform.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


what is search and searchall?what is the diffrence between them?give an best example?

5563


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

826


Define static linking and dynamic linking.

669


What rules are to be followed while using the corresponding options?

641






What are the pertinent COBOL commands?

2626


What is the usage of comp fields in cobol?

660


What is link edit in cobol?

774


What is the utilization of copybook in cobol?

657


) How do u handle errors in BMS macro?

1429


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


how can i see junk values in dclgen or in hostvariable of comp ?

2546


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

631


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What is the difference between Global and External Variables?

666