LNC2979

Errors were found while generating the program information to be placed in the module.

30

Cause . . . . . : The PGMINFO option was specified on the create command or on the PROCESS statement indicating that program information should be generated into the COBOL module, but errors were found while generating the program information.

Recovery . . . : If the program information was not also placed in a stream file, then compile again specifying *ALL as the second part of the PGMINFO command parameter; the compiler will generate the program information to the stream file specified in the INFOSTMF parameter, allowing you to see the error messages which appear as comments in the generated stream file. Change the COBOL source file so that the program information will be generated successfully, or change the PGMINFO option on the command or PROCESS statement so that the compiler does not attempt to place program information in the module. Then try the compile again.