MSIR.1077 Begin debug session, user (usernum), client: Build: (buildnum), Tag: (tagnum) ((debugname) debugger session): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This informational message displays the following information about the debugger client session: <ul> <li>user number</li> <li>build number and tag number </li> <li>debugger...")
 
m (misc cleanup)
Line 1: Line 1:
This informational message displays the following information about the debugger client session:  
This informational message displays the following information about the Debugger Client session:  
<ul>
<ul>
<li>user number</li>
<li>User number</li>
<li>build number and tag number </li>
<li>Build number and tag number </li>
<li>debugger in use (Janus or Tn3270)</li>
<li>Debugger in use (Janus or Tn3270)</li>
</ul>
</ul>


For example:
For example:
<p class="code">MSIR.1077: Begin debug session, user 1, client: Build: 64, Tag: 2 (Janus debugger session)</p>  
<p class="code">MSIR.1077: Begin debug session, user 1, client: Build: 64, Tag: 2 (Janus Debugger session)</p>  


This message is available as of Model 204 version 7.7. Debugger client information is available for client build 64 or later.  
This message is available as of Model&nbsp;204 version 7.7. Debugger Client information is available for Client build 64 or later.  


If the <var>[[MINDEBCL parameter|MINDEBCL]]</var> parameter is set to a higher build number than the build displayed in MSIR.1077, the server will reject the debugger client.
If the <var>[[MINDEBCL parameter|MINDEBCL]]</var> parameter is set to a higher build number than the build displayed in MSIR.1077, the server will reject the Debugger Client.
 
{{Template:MSIR.1077 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.1000 - MSIR.1199]]

Revision as of 22:12, 22 July 2016

This informational message displays the following information about the Debugger Client session:

  • User number
  • Build number and tag number
  • Debugger in use (Janus or Tn3270)

For example:

MSIR.1077: Begin debug session, user 1, client: Build: 64, Tag: 2 (Janus Debugger session)

This message is available as of Model 204 version 7.7. Debugger Client information is available for Client build 64 or later.

If the MINDEBCL parameter is set to a higher build number than the build displayed in MSIR.1077, the server will reject the Debugger Client.


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

Back to list of messages