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
how do you reference the ksds vsam file formats from cobol programs
Write the code implementing the perform … varying.
Define cobol?
how do you reference the fixed unblock file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain what you understand by passing by value.
What are the pertinent COBOL
What is report-item in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
What are declaratives and what are their uses in cobol?
What are the access modes of START statement?
What is Pic 9v99 Indicates in COBOL?
What is amode(31)
What is the Purpose of Pointer in the string?