M204.0353: Difference between revisions
Jump to navigation
Jump to search
m minor word change |
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 | <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 isLOGOUT
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=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |