Shell scripts

You can use scripts provided with IBM® InfoSphere® Master Data Management Collaboration Server to perform many functions. These scripts are a powerful way to perform many functions quickly and efficiently.

Ensure that you do not use the following keywords in your scripts. If any of the following keywords are used, your script may fail to compile. These keywords are reserved in InfoSphere MDM Collaboration Server scripting language:
  • var
  • function
  • if
  • else
  • while
  • for
  • new
  • return
  • break
  • continue
  • true
  • false
  • null
  • toInteger
  • toDouble
  • toString
  • script_execution_mode=not_compiled
  • script_execution_mode=compiled_if_available
  • script_execution_mode=compiled_only
  • script_execution_mode=java_api=
The following words are reserved as implicit variable names:
  • item
  • err
  • val
  • res
  • category
  • feed_doc_path
  • cmsInstance
  • cmsMetadata
  • cmsReadOnlyAttribs
All script operation names are reserved as well.


Last updated: 21 Jul 2017