Versions Compared

Key

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

...

  • isx: path to an ISX archive or directory containing archives

  • user: DataStage user to credit changes to

  • transforms: path to a YAML-format Recipe file describing transforms the changes to perform

Example

Assume the following:

  • getmsg.isx contains a parallel routine Parallel Routine definition with containing the target filepath string we wish to be replacedreplce

  • u915264 is the valid DataStage user that should be credited we wish to credit for the last save in the routine definition

  • File Recipe file changeLibFileInfo.yml contains:

    Code Block
    - transform: SearchAndReplace
      xpath: /[contains(name(),'DSRoutineSDO')]/@modulePath
      searchString: /usr/local/dstage/[A-Za-z0-9_]/Routine/([A-Za-z0-9_]*).o
      replaceString: /usr/local/dstage/cplusplus/routines/$1.so

...