FICREATE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor cleanup)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 23: Line 23:


<tr><th align="right"><var>0</var></th>
<tr><th align="right"><var>0</var></th>
<td>RELEASE 7.1 (OR BEFORE) <var>[[CREATE_command|CREATE]]</var> FORMAT &mdash; The file was created under the CCA 1984 Release 7.1 or an earlier release of <var class="product">Model&nbsp;204</var>.</td></tr>
<td>RELEASE 7.1 (OR BEFORE) <var>[[CREATE command: File|CREATE]]</var> FORMAT &mdash; The file was created under the CCA 1984 Release 7.1 or an earlier release of <var class="product">Model&nbsp;204</var>.</td></tr>


<tr><th align="right"><var>1</var></th>
<tr><th align="right"><var>1</var></th>
Line 41: Line 41:


<tr><th align="right"><var>6</var></th>
<tr><th align="right"><var>6</var></th>
<td>RELEASE V6R1 CREATE FORMAT &mdash; The file was created under Version 6 Release 1 (or later) of <var class="product">Model&nbsp;204</var>.</td></tr>
<td>RELEASE V6R1 CREATE FORMAT &mdash; The file was created under Version 6 Release 1 (or later) of <var class="product">Model&nbsp;204</var>. Table E support (for large objects) is implemented as of FICREATE 6.</td></tr>


<tr><th align="right"><var>7</var></th>
<tr><th align="right"><var>7</var></th>
Line 50: Line 50:


<tr><th align="right"><var>9</var></th>
<tr><th align="right"><var>9</var></th>
<td>RELEASE 7.1 (OR BEFORE) CREATE FORMAT &mdash; The file was created with a V7R5 format, including the setting of the <var>[[FILEORG_parameter|FILEORG]]</var> x'100' bit.</td></tr>
<td>RELEASE V7R2 (or later) CREATE FORMAT &mdash; The file was created with a V7R2 format, including the setting of the <var>[[FILEORG_parameter|FILEORG]]</var> X'100' bit.</td></tr>


<tr><th align="right"><var>11</var></th>
<tr><th align="right"><var>11</var></th>
<td>RELEASE 9.2 CREATE FORMAT &mdash; The file was created with a V7R5 format, including the setting of the <var>FILEORG</var> x'200' bit.</td></tr>
<td>RELEASE V7R5 (or later) CREATE FORMAT &mdash; The file was created with a V7R5 format, including the setting of the <var>FILEORG</var> X'200' bit and possibly the X'100' bit.</td></tr>
</table>


</table>
</p>
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 15:19, 30 March 2016

Create format

Summary

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

Description

The version of Model 204 in which the file was created

Valid settings of FICREATE are:

FICREATE settings
SettingMeaning
0 RELEASE 7.1 (OR BEFORE) CREATE FORMAT — The file was created under the CCA 1984 Release 7.1 or an earlier release of Model 204.
1 RELEASE 8.0 CREATE FORMAT — The file was created under Release 8.0 of Model 204.
2 RELEASE 8.1 CREATE FORMAT — The file was created under Release 8.1 of Model 204.
3 RELEASE 9.0 (OR LATER) CREATE FORMAT — The file was created under Release 9.0 (or later) of Model 204.
4 RELEASE V2R2 (OR LATER) CREATE FORMAT — The file was created under Version 2 Release 2 (or later) of Model 204, and the FILEMODL parameter is non-zero.
5 RELEASE V3R2 (OR LATER) CREATE FORMAT — The file was created under Version 3 Release 2 (or later) of Model 204, and the LANGFILE parameter is non-null.
6 RELEASE V6R1 CREATE FORMAT — The file was created under Version 6 Release 1 (or later) of Model 204. Table E support (for large objects) is implemented as of FICREATE 6.
7 RELEASE V6R2 CREATE FORMAT — File was created with a Version 6 Release 2 format and with a non-zero XSIZE, but no ESIZE. Files with FICREATE=7 cannot be opened by Model 204 V6R1.0 or earlier. (V6R2 was a limited Model 204 release.)
8 RELEASE V6R3 CREATE FORMAT — The file was created with a Version 6 Release 3 format and with a non-zero ESIZE, with or without a non-zero XSIZE. The file has a V6R3 format. (V6R3 was a limited Model 204 release.)
9 RELEASE V7R2 (or later) CREATE FORMAT — The file was created with a V7R2 format, including the setting of the FILEORG X'100' bit.
11 RELEASE V7R5 (or later) CREATE FORMAT — The file was created with a V7R5 format, including the setting of the FILEORG X'200' bit and possibly the X'100' bit.