MSIR.0650 NEWSESCMD error -- (info): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
NEWSESCMD processing terminated incorrectly. <li>th This could include any of the following errors:
<var>[[NEWSESCMD (JANUS DEFINE parameter)|NEWSESCMD]]</var> processing terminated incorrectly. This could include any of the following errors:


<ul> <li>A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s]. <li>Terminated with $WEB_ON still set. By default NEWSESCMD processing starts in $Web_off state. If it sets $Web_on, it should either explicitly set $WEB_OFF, or do so implicitly via a $Web_done or $Web_procSend without MORE. <li>Terminated with unsent output data, either resulting from a $Web_procSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_done or flushed via $Web_flush.</ul>
<ul>  
<li>A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s].  


[[Category:Sirius Mods Messages]]
<li>Terminated with $Web_On still set. By default NEWSESCMD processing starts in $Web_Off state. If it sets $Web_On, it should either explicitly set $Web_Off, or do so implicitly via a $Web_Done or $Web_ProcSend without MORE.
 
<li>Terminated with unsent output data, either resulting from a $Web_ProcSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_Done or flushed via $Web_Flush.
</ul>
 
{{Template:MSIR.0650 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:33, 3 March 2017

NEWSESCMD processing terminated incorrectly. This could include any of the following errors:

  • A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s].
  • Terminated with $Web_On still set. By default NEWSESCMD processing starts in $Web_Off state. If it sets $Web_On, it should either explicitly set $Web_Off, or do so implicitly via a $Web_Done or $Web_ProcSend without MORE.
  • Terminated with unsent output data, either resulting from a $Web_ProcSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_Done or flushed via $Web_Flush.


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
NOTERMDoes not display the message on the user's terminal

Back to list of messages