CAZ5264E
No source statements found after compile options
Explanation
This error is raised during processing of a COBOL compile listing file. A line containing the text 'OPTIONS IN EFFECT:' or '*OPTIONS IN EFFECT*' was found and compile option information was extracted. Source lines were expected to be found in the listing file after the option information but no such records were found. The file might have been truncated in the middle of the compile options section. The end of this section is recognized by a record containing blanks in columns 1 to 4.
System action
The COBOL compile listing file cannot be processed.
Operator response
Check that the COBOL compile listing file is valid.