EHIGHPG parameter: Difference between revisions
(adding Usage section and text that seems to have been missed during wiki conversion) |
|||
Line 16: | Line 16: | ||
==Description== | ==Description== | ||
The highest active Table E page | 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.0:</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.0:</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.0:</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]] |
Revision as of 22:15, 29 March 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
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.0:
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.0:
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.0:
IN TEST610 VIEW FICREATE FICREATE 6 RELEASE V6R1 CREATE FORMAT IN TEST610 VIEW EHIGHPG EHIGHPG 2675 TABLE E HIGHEST PAGE USED