FITRANS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc cleanup)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:FITRANS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The file's ability to use certain optional features such as floating point fields or unique keys</p>
<p>
<p>Valid settings of FITRANS are:</p>
The file's ability to use certain optional features such as <var>[[Field_design#FLOAT_attribute|floating point]]</var> fields or <var>[[Field_design#UNIQUE_and_NON-UNIQUE_attributes|unique]]</var> keys</p>
<p>
Valid settings of <var>FITRANS</var> are:</p>
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th>
<tr><th align="right"><var>4</var></th><td>File does not support floating point data storage. The file is a CCA 1984 Release 7.1 or earlier release format file that has not been transformed by the TRANSFORM FLOAT command.</td></tr>
<th>Meaning</th></tr>
<tr><th align="right"><var>5</var></th><td>The file supports floating point data storage. The file is either a CCA 1984 Release 7.1 or earlier format file that has been transformed by the TRANSFORM FLOAT command, or the file was created in a release whose file format supports floating point (Release 8.0 or later).</td></tr>
<tr><th align="right"><var>4</var></th>
<tr><th align="right"><var>7</var></th><td>Either the file is a Version 2.1.0 or later format file, or the file is a Release 9.0 or later file that contains a field that has been REDEFINEd either from AT-MOST-ONE to REPEATABLE, or from UNIQUE to NON-UNIQUE. The file can be opened only by Version 2.1 or later releases of <var class="product">Model&nbsp;204</var>.</td></tr>
<td>File does not support floating point data storage. The file is a CCA 1984 Release 7.1 or earlier release format file that has not been transformed by the <var>TRANSFORM FLOAT</var> command.</td></tr>
<tr><th align="right"><var>8</var></th><td>The file is a Release 9.0 or later format file and contains at least one AT-MOST-ONE field. The file can be opened only by Version 2.2 or later releases of <var class="product">Model&nbsp;204</var>.</td></tr>
 
<tr><th align="right"><var>5</var></th>
<td>The file supports floating point data storage. The file is either a CCA 1984 Release 7.1 or earlier format file that has been transformed by the <var>TRANSFORM FLOAT</var> command, or the file was created in a release whose file format supports floating point (Release 8.0 or later).</td></tr>
 
<tr><th align="right"><var>7</var></th>
<td>Either the file is a Version 2.1.0 or later format file, or the file is a Release 9.0 or later file that contains a field that has been <var>[[REDEFINE_command|REDEFINE]]</var>d either from <var>[[Field_design#AT-MOST-ONE.2C_REPEATABLE.2C_and_EXACTLY-ONE_attributes|AT-MOST-ONE]]</var> to <var>REPEATABLE</var>, or from <var>UNIQUE</var> to <var>NON-UNIQUE</var>. The file can be opened only by Version 2.1 or later releases of <var class="product">Model&nbsp;204</var>.</td></tr>
 
<tr><th align="right"><var>8</var></th>
<td>The file is a Release 9.0 or later format file and contains at least one <var>AT-MOST-ONE</var> field. The file can be opened only by Version 2.2 or later releases of <var class="product">Model&nbsp;204</var>.</td></tr>
</table>
</table>
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 22:21, 2 March 2015

Transform format

Summary

Default value
None
Parameter type
File
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The file's ability to use certain optional features such as floating point fields or unique keys

Valid settings of FITRANS are:

Setting Meaning
4 File does not support floating point data storage. The file is a CCA 1984 Release 7.1 or earlier release format file that has not been transformed by the TRANSFORM FLOAT command.
5 The file supports floating point data storage. The file is either a CCA 1984 Release 7.1 or earlier format file that has been transformed by the TRANSFORM FLOAT command, or the file was created in a release whose file format supports floating point (Release 8.0 or later).
7 Either the file is a Version 2.1.0 or later format file, or the file is a Release 9.0 or later file that contains a field that has been REDEFINEd either from AT-MOST-ONE to REPEATABLE, or from UNIQUE to NON-UNIQUE. The file can be opened only by Version 2.1 or later releases of Model 204.
8 The file is a Release 9.0 or later format file and contains at least one AT-MOST-ONE field. The file can be opened only by Version 2.2 or later releases of Model 204.