EHIGHPG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>-1 for <var class="product">Model&nbsp;204</var> V6R1.0 file without <var>[[Table_E_(File_architecture)|Table E]]</var> defined; 16 for V6R1.0 file with Table E defined, but no data yet stored
<dd>-1 for <var class="product">Model&nbsp;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 15: Line 15:


==Description==
==Description==
The highest active Table E page
This parameter reports the highest active Table E page.
 
==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:File parameters]]
[[Category:Tables 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