InterviewSolution
Saved Bookmarks
| 1. |
When Would You Use In-line Perform? |
|
Answer» When the body of the perform will not be used in other paragraphs. If the body of the perform is a generic type of CODE (used from VARIOUS other PLACES in the program), it WOULD be better to put the code in a separate para and use PERFORM paraname rather than in-line perform. When the body of the perform will not be used in other paragraphs. If the body of the perform is a generic type of code (used from various other places in the program), it would be better to put the code in a separate para and use PERFORM paraname rather than in-line perform. |
|