LogOption |
Top Previous Next |
×V4.2Ø
Valid for: SetStartup & SetRunTime
Syntax - SetStartup LogOption <Option> Where: <Option> is one of the following: All, Errors, LogOnly.
Description: The Log option determines how much logging will take place. All: When All is specified, each record in the input file that is processed by the READ command is also written to the log file as well as the contents of all Log and Logline commands. Errors: When Errors is specified, records from the input file that generate errors in the terminal are logged along with the contents of Log and Logline commands. LogOnly: When LogOnly is specified, only the contents of the Log and Logline commands are written to the output log.
Note: If the LogOption is configured in both the Options line and in the SETSTARTUP line, EMUE will use the value configured in the SETSTARTUP.
Sample: The following statement instructs EMUE to every line of the input file to the log file as well as the contents of all Log and Logline commands. SetStartup LogOption "All"
|