LOBUFF parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:


==Description==
==Description==
<p>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>
<p>
<p>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.</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>
<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>
 
[[Category:Utable parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 00:38, 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.