what are the limitations of Inline Perform?
Answer Posted / anbarasu
Inline perform needs to be ended with end-perform everytime.
We need to hard code the statements that we need to perform
with a inline perform statement.
In line PERFORMs work as long as there are no internal GO
TOs, not even to an exit.
The in line PERFORM for readability should not exceed a
page length - often it will reference other PERFORM
paragraphs.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a scope terminator give example?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
) what is the difference between AID and HANDLE AID?
What are various search techniques in cobol? Explain.
how can i see junk values in dclgen or in hostvariable of comp ?
What is comp-1 and comp-2?
What is redefines clause in COBOL?
What is Pic 9v99 Indicates in COBOL?
What the difference is between continue and next sentence?
What is perform what is varying?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain how to differentiate call by context by comparing it to other calls?
What is report-item in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)