LOBUFF parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 16: Line 16:
==Description==
==Description==
<p>
<p>
<var>LOBUFF</var> specifies the length of the logical line output buffer, which is used for output lines to <var>[[Tracking system activity (CCAJRNL, CCAAUDIT, CCAJLOG)|CCAAUDIT]]</var>, for <var>[[Obtaining User 0 output (CCAPRINT)|CCAPRINT]]</var>, for a user's terminal, or for a directed output (<var>[[USE command|USE]]</var>) data set</p>
<var>LOBUFF</var> specifies the length of the logical line output buffer, which is used for output lines to <var>[[Tracking system activity (CCAJRNL, CCAAUDIT, CCAJLOG)|CCAAUDIT]]</var>, for <var>[[Obtaining User 0 output (CCAPRINT)|CCAPRINT]]</var>, for a user's terminal, or for a directed output (<var>[[USE command: Directing output|USE]]</var>) data set.</p>
<p>
<p>
For Host Language Interface IFAM2 runs, <var>LOBUFF</var> must at least equal the length of the longest argument returned by the Host Language Interface program to the user program. <var>LOBUFF</var> must not exceed 32767.</p>
For Host Language Interface IFAM2 runs, <var>LOBUFF</var> must at least equal the length of the longest argument returned by the Host Language Interface program to the user program. <var>LOBUFF</var> must not exceed 32767.</p>

Latest revision as of 20:49, 3 December 2014

Length of output buffer

Summary

Default value
256
Parameter type
Utable
Where set
On User 0's or on user's parameter line
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

LOBUFF specifies the length of the logical line output buffer, which is used for output lines to CCAAUDIT, for CCAPRINT, for a user's terminal, or for a directed output (USE) data set.

For Host Language Interface IFAM2 runs, LOBUFF must at least equal the length of the longest argument returned by the Host Language Interface program to the user program. LOBUFF must not exceed 32767.