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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is report-item in COBOL?
Write a program to explain size error.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
) How do u handle errors in BMS macro
Why occurs cannot be used in 01 level in COBOL?
) How do u handle errors in BMS macro?
Write a cobol program making use of the redefine clause.
Have you used comp and comp-3 in your project? And how?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Whats the difference between search & search ALL?
What are the various section in data division and briefly explain them.
A table has two indexes defined. Which one will be used by the SEARCH?