nooutputto

Instead of Output To, Use Log Manager

The rule “nooutputto” gives a warning if the program redirects output to another source (OUTPUT TO textfile.csv). This is in support of an EarthLink standard, as the primary use of OUTPUT TO is to generate log information. A Log Manager was created for this purpose, and the standard is to use it.
The Risk:
Violation of EarthLink standard, and chaotic log file management (even if you’re not EarthLink).

How to solve this:
Use Log Manager.

How to suppress these warnings:
You can put the directive {&_proparse_prolint-nowarn(nooutputto)} directly before the statement that contains the OUTPUT TO statement. See also: suppress warnings.