Adjusts the size of the internal data buffer used to read unstructured application documents.
SET DOCLINELENGTH num
num | Num can be an integer constant (e.g., 15, 200), a variable, form field, menu item, or parameter that evaluates to an integer. Num must be between 1 and 32000. |
At the start of an application session, DOCLINELENGTH is determined by the applicable document line length configuration option. If no document line length is explicitly specified, 256 is used by default.
The current value of DOCLINELENGTH is saved by the SET SAVE command, and restored by the SET RESTORE command. The SET RESET command resets DOCLINELENGTH to its configured or default value.