The output files are constructed using the specified output file name; numbers appended so that the default output file-stems are xxxx1, xxxx2 etc.. The log files take the corresponding file-stems plus the extension .CSV, .XML or .LOG, depending on the log format that you have selected.
Rename log file when finished: during processing, the log file bears a temporary name and is not given its final name until the log file is complete. The temporary name is given an extension of .CS~, .XM~ or .LO~, indicating that it is still being created.
Create a new log file for each output file: the output file is split whenever a specified field (or tag) is encountered or when a field changes. Each log file has a name corresponding to its output file and field content (even if only one file is created), unless the input was from TCP/IP, in which case it has a name based on the first output file name.
For example if the file is called TEST.PCL, the field contains ABCD and the output specification is *=.PDF then the output file name will be TESTABCD.PDF and the Log file will be TESTABCD followed by the appropriate extension.
At end of file writes the log entries at the end of the file. At end of file + 1 writes the log entries as if on a page after the end of file, to simplify page counting. See also /LOG command-line option.
The Count pages dialog constructs a prototype RUN command set up with the options that you have selected, e.g.
EscapeE {ofilename},FILENAME,PAGE /INPUT CSV
An Error log file is only created when there are errors to log. When Enable is ticked the value of ERRORLOG symbol in the [PCLVIEW] section of RT.INI is set to the specified file. When 'Enable' is deselected the ERRORLOG value is set to N. See also /ERRORLOG.
|