Setting up a GCC compiler (Linux on 64-bit IBM System z)

For Linux® on 64-bit IBM® System z® systems, install the GCC compiler and then set compiler parameters before you create and run parallel jobs.

About this task

Complete this task for every engine tier computer where jobs will be recompiled. The compiler settings must be specified for each project that requires them.

Procedure

  1. Install the compiler. For information about supported compilers, see the version 11.7.1 system requirements.
  2. Log into the IBM InfoSphere® DataStage® and QualityStage® Administrator using an account with administrator authority.
  3. Select Projects.
  4. For each project listed in the window, complete these steps to update compiler settings so that the transforms can be compiled successfully:
    1. Click the project name, and click Properties.
    2. Click Environment.
    3. Select Parallel > Compiler.
    4. Select APT_COMPILEOPT. In the Value column, change the value to -O -fPIC -Wno-deprecated -c
    5. Select APT_COMPILER. In the Value column, change the value to g++
    6. Select APT_LINKER. In the Value column, change the value to g++
    7. Select APT_LINKOPT. In the Value column, change the value to -shared
    8. Click OK.
    9. Click OK.
  5. Click Close.