Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Look for an appropriately-named mapping in the mapping section of the configs2px.yml file and substitute the Server function name for the defined Parallel expression. This expression may include one or more references to new Parallel functions, defined in the configs2px.yml file's libraries section.

  2. If a mapping is not found then the Server function name is retained, unaltered, in the generated Parallel job, and S2PX assumes that an identically-name Parallel function is available. A set of new Parallel functions to support this behaviour, and which are named after Server functions, is suppled by IBM’s recent Fix Packs.

...

Where a custom Parallel function is defined in your configs2px.yml file's libraries section then S2PX will create a Parallel Routine asset in your DataStage project which will provide DataStage’s interface into that external function.

...

By way of example, the function defined in the example configs2px.yml file above would be made accessible in DataStage using the S2PX-generated files described here.

The following configs2px.yml configuration file section…

...