An out-of-line PERFORM statement. (Procedure-name-1 is specified.)
An in-line PERFORM statement. (Procedure-name-1 is omitted.) An in-line PERFORM must be delimited by the END-PERFORM phrase.
The in-line and out-of-line formats cannot be combined. For example, if you specify procedure-name-1, you must not specify imperative-statement and the END-PERFORM phrase.
The PERFORM statement has four formats:
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.