where the following is true:
- ECHO
- Additional destination, with a fileid specification
- For example, use the ECHO keyword to specify that messages be captured in a file (fileid2) while still being written to the terminal.The ECHO OFF specification cancels the additional file specification of a previously established ECHO destination.
- fileid1 and fileid2
- Alternate message destinations in the external system:
- In z/OS, the fileid is a DDNAME.
- In UNIX OS and Windows, the fileid is the path name for a file
If the path name has embedded white space characters, must enclose the entire path name in single or double quotes.
If the path name is enclosed by single quotation marks and there is an embedded single quotation mark, then an escape character (single quotation mark) needs to precede the embedded single quotation mark. Likewise, if the path name is enclosed by double quotation marks and there is an embedded double quotation mark, then an escape character (double quotation mark) needs to precede the embedded double quotation mark.
If the path name contains single or double quotation marks, it should be enclosed in either single or double quotation marks.
- If the same destination with both fileid1 and fileid2 parameters is specified, FastExport duplicates the messages at each destination.