-WOutFile: Create Error Listing File

Group

MESSAGES

Scope

Compilation Unit

Syntax
  -WOutFile(On|Off) 
  
Arguments

None

Default

Error listing file is created

Defines

None

Pragmas

None

Description

This option controls whether the Compiler creates an error listing file. The error listing file contains a list of all messages and errors that occur during processing. The name of the listing file is controlled by the ERRORFILE: Error Filename Specification environment variable.

Note: You can also obtain this feedback without the error listing file by using pipes to the calling application.
Example
  -WOutFileOn

  

Error file is created as specified with ERRORFILE

  -WOutFileOff

  

No error file created

See also

-WErrFile: Create "err.log" Error File

-WStdout: Write to Standard Output