Set environment variables

  1. At the Qshell command line:

    Type:

    export PATH=/QOpenSys/perl/bin:/usr/bin:/QOpenSys/usr/bin

    export QIBM_JAVA_PASE_ALLOW_PREV=1

    export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk70/64bit

    export WAS_HOME=/QIBM/ProdData/WebSphere/AppServer/V85/ND

    export QIBM_PASE_CCSID=819

    export PASE_LANG=en_US

  2. Infor Lawson RPGLE programs now require a target release of *CURRENT.

    If you have overridden the target release value on the IBM i CRTBNDRPG command from *CURRENT to another value, you can optionally set it for Infor Lawson only by adding the environment variable SAVLEVEL and setting it to the current release of the operating system.

    Type:

    export SAVLEVEL=VxRxMx

    Where Vx is the version, Rx is the release, and Mx is the modification level.