IKM013
11111111 ERROR IN xxx STATEMENT BEGNG yyy

Explanation

In the message text:
xxx
ALLOCATE, FREE, DECLARE, OPEN, CALL, DO, GET, or PUT statements. An incorrect symbol may be contained in one of these statements.
xxx
BEGIN. The BEGIN statement is incorrectly written (may have the option ORDER or REORDER in PL/I Version 5).
xxx
THIS. Error in an unclassified statement. Checking of the statement is ended.
yyy
The statement beginning.

System programmer response

If the error recurs and the program is not in error, search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide all printed output and output data sets related to the problem.

Programmer response

Correct any errors in the PL/I source statement and let the syntax checker scan it again. Compile the statement as part of a valid program.

Source

Programming Language/I (PL/I)