klophockey
Programmer
I am compiling a Cobol program with the RMCobol compiler in the Unix Linux environment.
I have successfully compiled the program with RMCobol but I would like to see text for the warning messages it generates.
The output of the compile is: Compilation complete -- Programs: 1, Errors: 0, Warnings: 131.
The program executes and puts out the expected program results, so the warnings do not seem to affect the results.
However, I was wondering how/where I could see a compile listing with the warning messages shown.
Seeing these messages may help me to make the code clean in the event I am not using the best practices in coding.
Thank you very much.
I have successfully compiled the program with RMCobol but I would like to see text for the warning messages it generates.
The output of the compile is: Compilation complete -- Programs: 1, Errors: 0, Warnings: 131.
The program executes and puts out the expected program results, so the warnings do not seem to affect the results.
However, I was wondering how/where I could see a compile listing with the warning messages shown.
Seeing these messages may help me to make the code clean in the event I am not using the best practices in coding.
Thank you very much.