M204.0353: Difference between revisions

From m204wiki
Jump to navigation Jump to search
JAL (talk | contribs)
m minor word change
Ekern (talk | contribs)
No edit summary
 
Line 9: Line 9:
<LI><var class="term">llllll</var> is <code>LOGIN</code> when the user is logging in, and is <code>LOGOUT</code> when the user is logging out. </LI>
<LI><var class="term">llllll</var> is <code>LOGIN</code> when the user is logging in, and is <code>LOGOUT</code> when the user is logging out. </LI>


<LI><var class="term">yy mmm dd</var> is the current Gregorian date (for example, <code>11 MAR 57</code>). </LI>
<LI><var class="term">yy mmm dd</var> is the current Gregorian date (for example, <code>11 MAR 29</code>). </LI>


<LI><var class="term">hh.mm</var> is the current time in hours and minutes. </LI>
<LI><var class="term">hh.mm</var> is the current time in hours and minutes. </LI>

Latest revision as of 14:44, 8 April 2025

M204.0353  uuuuuuuuuu aaaaaaaaaa llllll yy mmm dd hh.mm

This message is sent to a user's terminal and the audit trail for a successful login or logout. The fields for the message are:

  • uuuuuuuuuu is the user's user ID.
  • aaaaaaaaaa is the user's account.
  • llllll is LOGIN when the user is logging in, and is LOGOUT when the user is logging out.
  • yy mmm dd is the current Gregorian date (for example, 11 MAR 29).
  • hh.mm is the current time in hours and minutes.

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