LOGIN - UCMD Server configuration option
Description
The LOGIN option specifies different login information for different operating systems.
UNIX and z/OS | The LOGIN option specifies whether or not the shell program that is used to create the user process is invoked as a login shell. |
---|---|
AIX | The AIX platform provides a /etc/environment file within which global environmental variables can be exported for all users of the machine. Universal Command adds the environment variables defined in this file to the user's login environment. The order in which it is processed by Universal Command is slightly different than the AIX login process.
|
Windows | The LOGIN option specifies whether or not the user's profile and environment block are loaded by Universal Command and made available to the user process. |
IBM i | The LOGIN option specifies whether or not UCMD Server:
Note LOGIN is used only if the USER_SECURITY option is set to default. If USER_SECURITY is set to none, the initial program inherits the attributes of the invoking job. Thus, setting job attributes would have no consequence. Also, running the initial program from a general profile, if one is specified, may produce unwanted results for some customers. If job customization is desired, the UCMSJOBI exit program should be used. |
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | login option |
|
|
|
|
Manager Override | n/a |
Values
option is the specification for whether or not to:
IBM i | Execute the initial program specified via the CRTUSRPRF and CHGUSRPRF commands and sets the job attributes. |
---|---|
UNIX | Invoke the login shell. |
Windows | Load the user's registry hive and environment block. |
z/OS | Invoke the login shell. |
Valid values for option are:
IBM i |
|
---|---|
UNIX |
|
Windows |
|
z/OS |
|
Default is no.