M204.2632: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 2: Line 2:


<P>
<P>
User Language (SOUL) threads may use an <var>LQTBL</var> setting larger than 16,383. Non-User Language threads are limited to an <var>LQTBL</var> maximum of 16,383.</P>
User Language (SOUL) threads may use an <var>[[LQTBL parameter|LQTBL]]</var> setting larger than 16,383. Non-User Language threads are limited to an <var>LQTBL</var> maximum of 16,383.</P>
<p>
<p>
<b>Response:</b> Use the <var>IFFLUSH</var> call to free up QTBL space.</p>
<b>Response:</b> Use the <var>IFFLUSH</var> call to free up QTBL space.</p>
{{Template:M204.2632 footer}}
{{Template:M204.2632 footer}}
<!-- skeleton as it was in pdf/LQTBL SET TO MAX OF 16383 FOR NON-UL THREADS/-->
<!-- skeleton as it was in pdf/LQTBL SET TO MAX OF 16383 FOR NON-UL THREADS/-->

Latest revision as of 01:28, 14 March 2018

M204.2632  LQTBL set to max of 16383 for non-UL threads

User Language (SOUL) threads may use an LQTBL setting larger than 16,383. Non-User Language threads are limited to an LQTBL maximum of 16,383.

Response: Use the IFFLUSH call to free up QTBL space.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages