M204.2958: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add info from 7.7 rel notes)
m (add info from rel notes)
 
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
As of Model&nbsp;204 version 7.7, setting <var>APSYPAGE</var> to non-zero results in an error and prevents the Online from coming up. </p>
Under Model&nbsp;204 version 7.6, the <var>APSYPAGE</var> parameter is disabled; if it is set, the Online will still come up. However, <var>APSYPAGE</var> will have no effect.  </p>
<p>
<p>
<b>System manager response:</b> Set <var>APSYPAGE</var> to 0, and use an alternative; see [[APSYPAGE parameter]] for details.  
Under  version 7.7, setting <var>APSYPAGE</var> to a non-zero value results in an error and prevents the Online from coming up. </p>
<p>
<b>Response:</b> Set <var>APSYPAGE</var> to 0, and use an alternative (see [[APSYPAGE parameter]] for information about an alternative).  
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>
7.7
7.6
</p>
</p>
{{Template:M204.2958 footer}}
{{Template:M204.2958 footer}}

Latest revision as of 18:03, 20 August 2018

M204.2958  APSYPAGE is obsolete as of 7.6. Rocket recommends using RESPAGE and​/​or TEMPPAGE as the alternative

Under Model 204 version 7.6, the APSYPAGE parameter is disabled; if it is set, the Online will still come up. However, APSYPAGE will have no effect.

Under version 7.7, setting APSYPAGE to a non-zero value results in an error and prevents the Online from coming up.

Response: Set APSYPAGE to 0, and use an alternative (see APSYPAGE parameter for information about an alternative).

Version introduced: 7.6

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages