Enabling/disabling advanced runtime properties

The dsadmin command can be used for setting advanced runtime properties for parallel jobs in a particular project.

You need to have InfoSphere® DataStage® administrator status in order to use this command:


dsadmin -advancedruntime "AdvancedRuntimeOptions" ProjectName

ProjectName is the project whose parallel jobs will have the specified advanced runtime options set.

AdvancedRuntimeOptions is the value to set the property to and must be quoted.

This command is only available for parallel jobs.

To unset the properties repeat the command with an empty string, for example:


dsadmin -advancedruntime "" myproject