DMS-100 LGINCTRL Control Table


-----------------------------------------------------------------------------------------
Field Descriptions for Table LGINCTRL (continued)

Field or
Subfield            Entry               Explanation
-----------------------------------------------------------------------------------------
MAXIDLE             -1 to 32767         Maximum Idle Time
                                        This field defines the maximum idle time, in seconds,
					that the terminal can remain idle.

					Entries outside the range indicated are invalid.

					The default value is -1 (forever).
-----------------------------------------------------------------------------------------
MAXRETRY            -1 to 32767         Login Retries
                                        This field defines the number of tries available for 
					login.

					Entries outside the range indicated are invalid.

					The default value is 4.
-----------------------------------------------------------------------------------------
Note: If the user tries to enter a value of less that -1 (minus one) for fields
DISTIME, MAXLOGIN, MAXIDLE or MAXRETRY, it is aborted.  As the login control increment
is optional, some or all of these fields are not active in the load.  Other fields are
dependant on other optional features such as BC1043 (Automatic Dial Back).
-----------------------------------------------------------------------------------------
DISABLON            ALL                 Login Auto Disable Event
                                        This field defines the set of events that disable
					a terminal.
                                        
					* ALL (all conditions are in effect)
                    
		    LC_                 * LC_DIALBACKCALLFAIL (modem dialback call failed)
		    DIALBACK
		    CALLFAIL

                    LC_                 * LC_DIALBACKLOGINFAIL (modem dialback login failed)
		    DIALBACK
		    LOGINFAIL

                    LC_IDLE             * LC_IDLETIMEOUT (terminal idle time-out)
		    TIMEOUT

                    LC_                 * LC_LOGONFAIL (logon failed)
		    LOGONFAIL
                    
		    LC_LOGON            * LC_LOGONTIMEOUT (logon time-out)
		    TIMEOUT 
 
                    LC_LOGOUT           * LC_LOGOUT (user logged out)
                    
		    LC_OPEN             * LC_OPEN_COND (open condition)
		    _COND
                    
		    NONE                * NONE (no conditions are in effect)
-----------------------------------------------------------------------------------------
-continued-