FITRANS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 20: Line 20:
<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>
<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>
<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>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>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>
<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 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>
<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>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>
</table>
</table>
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 15:30, 23 October 2014

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:

SettingMeaning
4File 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.
5The 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).
7Either 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.
8The 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.