RNF3556
END-XX statement missing for a group containing free-form statements.
20
Cause . . . . . :
- An END-DS statement is required to end a data structure that begins with a DCL-DS statement, or that contains any free-form subfields, unless the LIKEDS or LIKEREC keyword is used.
- An END-PI statement is required to end a procedure interface begins with a DCL-PI statement, or that contains any free-form parameters.
- An END-PR statement is required to end a procedure interface begins with a DCL-PR statement, or that contains any free-form parameters.
Recovery . . . : Specify the END-DS, END-PI, or END-PR statement. Compile again.