FILEMODL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 14: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The model of the file</p>
<p>
<p>File models available are NUMERIC VALIDATION and 1NF.</p>
The model of the file</p>
<p>Valid settings of FILEMODL are (options can be summed):</p>
<p>
File models available are NUMERIC VALIDATION and 1NF.</p>
<p>
Valid settings of FILEMODL are (options can be summed):</p>
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
 
<tr><th align="right"><var>X'00'</var></th><td>File is set to the default <var class="product">Model&nbsp;204</var> settings and can be opened by <var class="product">Model&nbsp;204</var> Release 9.0 and later releases.</td></tr>
<tr><th align="right"><var>X'00'</var></th><td>File is set to the default <var class="product">Model&nbsp;204</var> settings and can be opened by <var class="product">Model&nbsp;204</var> Release 9.0 and later releases.</td></tr>
<tr><th align="right"><var>X'01'</var></th><td>File is a NUMERIC VALIDATION file. Fields defined as FLOAT or BINARY are subject to numeric data type validation. </td></tr>
<tr><th align="right"><var>X'01'</var></th><td>File is a NUMERIC VALIDATION file. Fields defined as FLOAT or BINARY are subject to numeric data type validation. </td></tr>
<tr><th align="right"><var> X'02'</var></th><td>File is a 1NF (First-Normal Form) file. 1NF files must also be NUMERIC VALIDATION files. Therefore, if you specify X'02', <var class="product">Model&nbsp;204</var> automatically sets FILEMODL to X'03' to include the X'01' option. </td></tr>
<tr><th align="right"><var> X'02'</var></th><td>File is a 1NF (First-Normal Form) file. 1NF files must also be NUMERIC VALIDATION files. Therefore, if you specify X'02', <var class="product">Model&nbsp;204</var> automatically sets FILEMODL to X'03' to include the X'01' option. </td></tr>
<tr><th align="right"><var>X'03'</var></th><td>File is both 1NF and NUMERIC VALIDATION. If you set FILEMODL to X'02', <var class="product">Model&nbsp;204</var> automatically sets FILEMODL to X'03' to include the X'01' option. </td></tr>
<tr><th align="right"><var>X'03'</var></th><td>File is both 1NF and NUMERIC VALIDATION. If you set FILEMODL to X'02', <var class="product">Model&nbsp;204</var> automatically sets FILEMODL to X'03' to include the X'01' option. </td></tr>
</table>
</table>
[[Category:CREATE parameters]]
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 21:32, 2 April 2014

File model enforced

Summary

Default value
X'00'
Parameter type
File
Where set
During file creation
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The model of the file

File models available are NUMERIC VALIDATION and 1NF.

Valid settings of FILEMODL are (options can be summed):

SettingMeaning
X'00'File is set to the default Model 204 settings and can be opened by Model 204 Release 9.0 and later releases.
X'01'File is a NUMERIC VALIDATION file. Fields defined as FLOAT or BINARY are subject to numeric data type validation.
X'02'File is a 1NF (First-Normal Form) file. 1NF files must also be NUMERIC VALIDATION files. Therefore, if you specify X'02', Model 204 automatically sets FILEMODL to X'03' to include the X'01' option.
X'03'File is both 1NF and NUMERIC VALIDATION. If you set FILEMODL to X'02', Model 204 automatically sets FILEMODL to X'03' to include the X'01' option.