The sequence number in the source file is not valid; OPTION(*SRCSTMT) is ignored.
30
Cause . . . . . : When OPTION(*SRCSTMT) is specified, the sequence numbers in the source file (the first 6 bytes in each line of a source physical file) must be valid. Every byte in the sequence number field must contain a digit (0 - 9). From this point on in the compilation, the statement numbers will be assigned sequentially.
Recovery . . . : Ensure the sequence numbers in the source file are all valid, or specify OPTION(*NOSRCSTMT).
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.