M204.0335: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.0335 skeleton}}
{{Template:M204.0335 skeleton}}
<P>
<P>
Back paging was requested for a non-full-screen terminal by setting the parameter NBKPG to a value greater than zero. The parameter LOUTPB must have a value that is not less than the product of the parameters OUTMRL and OUTLPP, or than 1920. These parameters are specified on the IODEV statement or on the User 0 parameter line. </P>
Back paging was requested for a non-full-screen terminal by setting the parameter <var>[[NBKPG parameter|NBKPG]]</var> to a value greater than zero. The parameter <var>[[LOUTPB parameter|LOUTPB]]</var> must have a value that is not less than the product of the parameters <var>[[OUTMRL parameter|OUTMRL]]</var> and <var>[[OUTLPP parameter|OUTLPP]]</var> parameter, or than 1920. These parameters are specified on the IODEV statement or on the User 0 parameter line. </P>
<p>
<p>
<b>System manager response:</b> If back paging is necessary for the non-full-screen terminal, the value of the parameter LOUTPB must be set to the minimum specified above. Correct and rerun the job. </p>
<b>System manager response:</b> If back paging is necessary for the non-full-screen terminal, the value of the parameter LOUTPB must be set to the minimum specified above. Correct and rerun the job. </p>
{{Template:M204.0335 footer}}
{{Template:M204.0335 footer}}
<!-- skeleton as it was in pdf/LOUTPB PARAMETER TOO SMALL /-->
<!-- skeleton as it was in pdf/LOUTPB PARAMETER TOO SMALL /-->

Latest revision as of 22:51, 22 February 2018

M204.0335  LOUTPB parameter too small

Back paging was requested for a non-full-screen terminal by setting the parameter NBKPG to a value greater than zero. The parameter LOUTPB must have a value that is not less than the product of the parameters OUTMRL and OUTLPP parameter, or than 1920. These parameters are specified on the IODEV statement or on the User 0 parameter line.

System manager response: If back paging is necessary for the non-full-screen terminal, the value of the parameter LOUTPB must be set to the minimum specified above. Correct and rerun the job.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' 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
NOTERMDoes not display the message on the user's terminal

Back to list of messages