Determining OutputThe first three options in the Span parameter file determine where Span writes its output. There are three types of Span output, and you can specify the same or different locations for each output type, as follows:
To direct the output files to the same location, specify the location for the UPDATES option and leave the other two options (EXTRACTS and FIXUPS) blank. In this case, all output is written to the location specified by UPDATES. Note, however, that the filename and devicename parts of the EXTRACTS, FIXUPS, and UPDATES options default separately, as in the following examples: Example 1In this example, all UPDATES, FIXUPS, and EXTRACTS files are named with the file title nodes/filename and are written to DISK. EXTRACTS FIXUPS UPDATES nodes/filename ON DISK Example 2In this example, the UPDATES and FIXUPS files are named with the file title nodes/filename and are written to DISK. The EXTRACTS files are named with the file title nodes/filename but are written to TAPE. EXTRACTS ON TAPE FIXUPS UPDATES nodes/filename ON DISK Example 3In this example, the UPDATES files are named with the file title nodes/filename and are written to DISK. The FIXUPS files are named A/B/= and are written to DISK. The EXTRACTS files are named with the file title nodes/filename but are written to TAPE. EXTRACTS nodes/filename ON TAPE FIXUPS A/B/= UPDATES nodes/filename ON DISK Example 4In this example, the UPDATES files are named with the files title nodes/filename and are written to DISK. The FIXUPS files are named nodes/filename and are written to PACK. The EXTRACTS files are named with the file title nodes/filename and are written to TAPE. EXTRACTS nodes/filename ON TAPE FIXUPS nodes/filename ON PACK UPDATES nodes/filename ON DISK | ||
|