Errors were found while generating the program information to be placed in the module.
30
Cause . . . . . : The PGMINFO parameter on the command or the PGMINFO keyword on the Control specification indicated that program information should be generated into the RPG 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 RPG source file so that the program information will be generated successfully, or change the PGMINFO command parameter or Control specification keyword so that the compiler does not attempt to place program information in the module. Then try the compile again.