LPDLST parameter

From m204wiki
Revision as of 00:47, 4 September 2013 by ELowell (talk | contribs) (→‎Description)
Jump to navigation Jump to search

Length of user push down list

Summary

Default value
5000
Parameter type
Utable
Where set
On user's parameter line or reset by UTABLE command
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The length of the user pushdown list, a work area used for Model 204 program flow control

LPDLST can range from 5000 to as large as 32760. Its recommended initial value for SQL processing is the maximum.

You can monitor LPDLST use with the PDL audit trail statistic.

You might need to increase LPDLST in the following cases:

  • Complex C patterns. LPDLST also includes some space for the C pattern matcher processing. Complex patterns (for example, patterns involving nested repeated patterns or nested wildcards) might overflow the LPDLST area and require you to increase the LPDLST setting to 32K.
  • Unrecoverable errors when running User Language requests. You might need to increase the size of LPDLST (by approximately 10-20%, depending on your environment and the applications being run) and/or the LQTBL and LSERVPD parameters.
  • Checkpointing (31-bit O/S). Because checkpointing is asynchronous in 31-bit operating systems, you might need to increase LPDLST in such environments.
  • Allowing for SEQPDL. The SEQPDL parameter, by default, adds 3072 bytes to the free space set aside in the user pushdown list. If your applications currently use most of the area that you specified with LPDLST, to avoid an ERROR 2126 USER'S PUSHDOWN LIST OVERFLOWED you might need to increase LPDLST by up to 3072 bytes, or more if you reset SEQPDL to a larger value.