What is an in line PERFORM? When would you use it? Anything
else to say about it?
Answer Posted / hemanth reddy
Inline perform is used for that paragrapg only
Ex:Move 0 to sum-of-digits.
Move 1 to counter.
perform until counter > N
Add counter to sum-of-digits
Add 1 to counter
End-perform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can we change the password using ALTER? anyone tried and changed?
what is the difference between COBOL2 AND COBOL390?
Explain what you understand by passing by value.
What is the problem of ordered sequential files access?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Can a Search can be done on a table with or without Index?
What is difference between static and dynamic call in cobol?
) how do u code after getting data?
How are the next sentence and continue different from each other?
HOw can I get the negative sign while deduct high value from low value
In COBOL, what is the different between index and subscript?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.