Qshell environment variables

WebSphere Application Server - Express provides Qshell environment variables that affect the scripts.

To set an environment variable for your Qshell session, run this command from the Qshell command line:

  export variableName=value

To unset an environment variable for your Qshell session, run this command from the Qshell command line:

  unset variableName

Note:When you exit the Qshell session, the environment variable must be set again the next time you issue the STRQSH CL command.

Note: You can also use a profile file to set variables. For more information, see Configure Qshell to run WebSphere Application Server scripts.