(Optional) Adding Configuration Parameters to OMVS User Profile

If you want to use the platform server REXX execs under OMVS, you must add the configuration parameters to your user profile. Otherwise, the REXX execs do not work.

Procedure

  • Add the following lines to the user profile for any user who wants to use the platform server REXX execs under OMVS.
    export STEPLIB=MFT.LOADLIB
    export PATH=$PATH:/fusexec
    export FUSEXEC=MFT.EXECS
    • The second statement adds the platform server EXEC directory to the OMVS path. If the EXEC directory is not added to the OMVS path, you must issue the cd command to position yourself in the platform server EXEC directory before issuing a request.
      Note: The actual directory created in Copying Platform Server REXX execs to an HFS Directory must replace the characters /fusexec.
    • The last statement is required and specifies the location of the platform server configuration member, FUSCFG. This must point to a z/OS PDS containing the FUSCFG member.