EHIGHPG parameter: Difference between revisions
m (Automatically generated page update) |
m (minor formatting) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:EHIGHPG parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
<dt>Default value | <dt>Default value | ||
<dd>-1 for <var class="product">Model 204</var> V6R1.0 file without Table E defined; 16 for V6R1.0 file with Table E defined, but no data yet stored | <dd>-1 for <var class="product">Model 204</var> V6R1.0 file without [[Table E (File architecture)|Table E]] defined; 16 for V6R1.0 file with Table E defined, but no data yet stored | ||
<dt>Parameter type | <dt>Parameter type | ||
<dd>Tables | <dd>Tables | ||
Line 10: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 V6.1</var> | <dd><var class="product">Model 204 V6.1</var> | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
This parameter reports the highest active Table E page. | |||
[[Category: File | |||
[[Category:Tables | ==Usage== | ||
<p> | |||
The first page in Table E is page zero.</p> | |||
<p> | |||
If the file was created and initialized prior to V6R1:</p> | |||
<p class="code">IN TEST VIEW FICREATE | |||
FICREATE 3 RELEASE 9.0 (OR LATER) CREATE FORMAT | |||
IN TEST VIEW EHIGHPG | |||
M204.2671: PARAMETER EHIGHPG IS NOT SUPPORTED FOR FILES CREATED BEFORE VERSION 6.1</p> | |||
<p> | |||
If the file was created in V5R1 but initialized in V6R1:</p> | |||
<p class="code">IN TEST VIEW FICREATE | |||
FICREATE 3 RELEASE 9.0 (OR LATER) CREATE FORMAT | |||
IN TEST VIEW EHIGHPG | |||
M204.2671: PARAMETER EHIGHPG IS NOT SUPPORTED FOR FILES CREATED BEFORE VERSION 6.1</p> | |||
<p> | |||
If the file was created and initialized in V6R1:</p> | |||
<p class="code">IN TEST610 VIEW FICREATE | |||
FICREATE 6 RELEASE V6R1 CREATE FORMAT | |||
IN TEST610 VIEW EHIGHPG | |||
EHIGHPG 2675 TABLE E HIGHEST PAGE USED</p> | |||
[[Category:File parameters]] | |||
[[Category:Tables parameters]] | |||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 21:39, 8 November 2017
Table E highest page used
Summary
- Default value
- -1 for Model 204 V6R1.0 file without Table E defined; 16 for V6R1.0 file with Table E defined, but no data yet stored
- Parameter type
- Tables
- Where set
- View-only
- Related products
- All
- Introduced
- Model 204 V6.1
Description
This parameter reports the highest active Table E page.
Usage
The first page in Table E is page zero.
If the file was created and initialized prior to V6R1:
IN TEST VIEW FICREATE FICREATE 3 RELEASE 9.0 (OR LATER) CREATE FORMAT IN TEST VIEW EHIGHPG M204.2671: PARAMETER EHIGHPG IS NOT SUPPORTED FOR FILES CREATED BEFORE VERSION 6.1
If the file was created in V5R1 but initialized in V6R1:
IN TEST VIEW FICREATE FICREATE 3 RELEASE 9.0 (OR LATER) CREATE FORMAT IN TEST VIEW EHIGHPG M204.2671: PARAMETER EHIGHPG IS NOT SUPPORTED FOR FILES CREATED BEFORE VERSION 6.1
If the file was created and initialized in V6R1:
IN TEST610 VIEW FICREATE FICREATE 6 RELEASE V6R1 CREATE FORMAT IN TEST610 VIEW EHIGHPG EHIGHPG 2675 TABLE E HIGHEST PAGE USED