M204.0353: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor word change)
 
Line 1: Line 1:
{{Template:M204.0353 skeleton}}
{{Template:M204.0353 skeleton}}
<P>
<P>
This message is sent to a user's terminal and the audit trail for either a successful login or logout. The fields for the message are: </P>
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: </P>
<ul>
<ul>
<LI><var class="term">uuuuuuuuuu</var> is the user's user ID. </LI>
<LI><var class="term">uuuuuuuuuu</var> is the user's user ID. </LI>
Line 7: Line 7:
<LI><var class="term">aaaaaaaaaa</var> is the user's account. </LI>
<LI><var class="term">aaaaaaaaaa</var> is the user's account. </LI>


<LI><var class="term">llllll</var> is LOGIN when the user is logging in, and is LOGOUT 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 57</code>). </LI>

Latest revision as of 20:42, 23 February 2018

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 57).
  • 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