-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 to create an error listing file. The error listing file contains a list of all messages and errors that are created during processing. It is possible to obtain this feedback without an explicit file because the text error feedback can now also be handled with pipes to the calling application. The name of the listing file is controlled by the environment variable ERRORFILE: Error filename Specification.

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