FICREATE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 14: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The release of <var class="product">Model&nbsp;204</var> in which the file was created</p>
<p>
<p>Valid settings of FICREATE are:  
The version of <var class="product">Model&nbsp;204</var> in which the file was created</p>
<p>
Valid settings of <var>FICREATE</var> are:  
<table>
<table>
<caption>FICREATE settings</caption>
<caption>FICREATE settings</caption>
<tr><th><var>Setting</var></th><td>Meaning</td></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>0</var></th><td>RELEASE 7.1 (OR BEFORE) <var>[[CREATE_command|CREATE]]</var> FORMAT - 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><td>RELEASE 8.0 CREATE FORMAT -The file was created under Release 8.0 of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>2</var></th><td>RELEASE 8.1 CREATE FORMAT -The file was created under Release 8.1 of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>3</var></th><td>RELEASE 9.0 (OR LATER) CREATE FORMAT -The file was created under Release 9.0 (or later) of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>4</var></th><td>RELEASE V2R2 (OR LATER) CREATE FORMAT -The file was created under Version 2 Release 2 (or later) of <var class="product">Model&nbsp;204</var>, and the <var>[[FILEMODL_parameter|FILEMODL]]</var> parameter is non-zero.</td></tr>
<tr><th align="right"><var>5</var></th><td>RELEASE V3R2 (OR LATER) CREATE FORMAT -The file was created under Version 3 Release 2 (or later) of <var class="product">Model&nbsp;204</var>, and the <var>[[LANGFILE_parameter|LANGFILE]]</var> parameter is non-null.</td></tr>
<tr><th align="right"><var>6</var></th><td>RELEASE V6R1 CREATE FORMAT -The file was created under Version 6 Release 1 (or later) of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>7</var></th><td>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 <var class="product">Model&nbsp;204</var> V6R1.0 or earlier. (V6R2 was a limited <var class="product">Model&nbsp;204</var> release.)</td></tr>
<tr><th align="right"><var>8</var></th><td>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 <var class="product">Model&nbsp;204</var> release.)</td></tr>
<tr><th align="right"><var>9</var></th><td>RELEASE 7.1 (OR BEFORE) CREATE FORMAT - The file was created with a V7R5 format, including the setting of the FILEORG x'100' bit.</td></tr>
<tr><th align="right"><var>11</var></th><td>RELEASE 9.2 CREATE FORMAT - The file was created with a V7R5 format, including the setting of the FILEORG x'200' bit.</td></tr>


<tr><th align="right"><var>0</var></th>
<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>
<td>RELEASE 8.0 CREATE FORMAT &mdash; The file was created under Release 8.0 of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>2</var></th>
<td>RELEASE 8.1 CREATE FORMAT &mdash; The file was created under Release 8.1 of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>3</var></th>
<td>RELEASE 9.0 (OR LATER) CREATE FORMAT &mdash; The file was created under Release 9.0 (or later) of <var class="product">Model&nbsp;204</var>.</td></tr>
<tr><th align="right"><var>4</var></th>
<td>RELEASE V2R2 (OR LATER) CREATE FORMAT &mdash; The file was created under Version 2 Release 2 (or later) of <var class="product">Model&nbsp;204</var>, and the <var>[[FILEMODL_parameter|FILEMODL]]</var> parameter is non-zero.</td></tr>
<tr><th align="right"><var>5</var></th>
<td>RELEASE V3R2 (OR LATER) CREATE FORMAT &mdash; The file was created under Version 3 Release 2 (or later) of <var class="product">Model&nbsp;204</var>, and the <var>[[LANGFILE_parameter|LANGFILE]]</var> parameter is non-null.</td></tr>
<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>. Table E support (for large objects) is implemented as of FICREATE 6.</td></tr>
<tr><th align="right"><var>7</var></th>
<td>RELEASE V6R2 CREATE FORMAT &mdash; File was created with a Version 6 Release 2 format and with a non-zero <var>[[XSIZE_parameter|XSIZE]]</var>, but no <var>[[ESIZE_parameter|ESIZE]]</var>. Files with FICREATE=7 cannot be opened by <var class="product">Model&nbsp;204</var> V6R1.0 or earlier. (V6R2 was a limited <var class="product">Model&nbsp;204</var> release.)</td></tr>
<tr><th align="right"><var>8</var></th>
<td>RELEASE V6R3 CREATE FORMAT &mdash; The file was created with a Version 6 Release 3 format and with a non-zero ESIZE, with or without a non-zero <var>XSIZE</var>.  The file has a V6R3 format.  (V6R3 was a limited <var class="product">Model&nbsp;204</var> release.)</td></tr>
<tr><th align="right"><var>9</var></th>
<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>
<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.