Command Reference > Environment Variables for Command Line Programs > Setting the User Name
  

Setting the User Name

For pmcmd and pmrep, you can create an environment variable to store the user name.

Configuring a User Name as an Environment Variable on UNIX

To configure a user name as an environment variable on UNIX:
    bulletIn a UNIX C shell environment, type:
    setenv <User_Name_Environment_Variable> <user name>
    In a UNIX Bourne shell environment, type:
    <User_Name_Environment_Variable> = <user name>
    export <User_Name_Environment_Variable>
    You can assign the environment variable any valid UNIX name.

Configuring a User Name as an Environment Variable on Windows

To configure a user name as an environment variable on Windows:
    bulletEnter the user name environment variable in the Variable field. Enter the user name in the Value field.
    For information about setting environment variables on Windows, consult the Windows documentation.