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
Give some examples of command terminators?
Why did you choose to work with ibm mainframe cobol programming?
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?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What do you understand by psb and acb?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
A table has two indexes defined. Which one will be used by the SEARCH?
What is report-item in COBOL?
how do you reference the ksds vsam file formats from cobol programs
IF I mention stop run in CICS what happens?
What is the difference between PIC 9.99 and PIC9v99?
Write the code implementing the perform … varying.