Previous Topic Next topic Print topic


To Set Environment Variables from the Command Line

Before starting an Enterprise Server instance from the command line, you can set environment variables to apply to the Enterprise Server instance.
From the command line, set the environment variables:

For example, to set that the Enterprise Server instance uses the EBCDIC character set, use the following commands:

  • In the Windows environment:
    set MF_CHARSET=EBCDIC
    
  • In the UNIX environment:
    export MF_CHARSET=EBCDIC
    
  • Enter the casstart command to start the server instance.
Previous Topic Next topic Print topic