Prev Up Next Index
Go backward to 8.3 File Name Relationships
Go up to 8 FreeForm ND Conventions
Go forward to 8.5 Locating Format Files

8.4 Determining Input and Output Formats

 

You can optionally include the read/write type ("input" or "output") in format descriptors, e.g., ASCII_input_data. You may not want to specify the read/write type in some circumstances. For example, you may need to translate from native ASCII to binary, then back to ASCII. ASCII is the input format in the first translation and the output format in the second translation, vice versa for binary. You would need to edit the format description file before executing the second translation if you included read/write type in the format descriptors.

NOTE: If you use the -ft option, you do not need to edit the format

description file. See Section 8.6.2 later in this chapter.

If you do not specify read/write type, FreeForm ND can nevertheless determine which format in a format description file is input and which is output as long as you have adhered to FreeForm ND filenaming conventions.

NOTE: The appropriate format descriptions must be in the format

description file(s) used by FreeForm ND for a translation. If, for example, FreeForm ND determines the input format is binary and the output format is ASCII, there must be a format description for each type.

The checkvar program needs only an input format.


Tom Sgouros and James Gallagher, 2006-02-12

Prev Up Next