PDSIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
<p><var>PDSIZE</var> is the number of contiguous pages in a procedure dictionary "section" or "chunk".</p>
<p><var>PDSIZE</var> is the number of contiguous pages in a procedure dictionary "section" or "chunk".</p>
<p>When selecting the number, take into account the percentage of procedure names and aliases known or anticipated when the file is designed. PDSIZE can range from 1 to 255.    </p>
<p>When selecting the number, take into account the percentage of procedure names and aliases known or anticipated when the file is designed. PDSIZE can range from 1 to 255.    </p>
==Choosing a PDSIZE==
[[Category:CREATE parameters]]
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Tables parameters]]
[[Category:Tables parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 14:43, 14 March 2017

Pages per procedure dictionary section

Summary

Default value
3
Parameter type
Tables
Where set
During file creation
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

PDSIZE is the number of contiguous pages in a procedure dictionary "section" or "chunk".

When selecting the number, take into account the percentage of procedure names and aliases known or anticipated when the file is designed. PDSIZE can range from 1 to 255.

Choosing a PDSIZE