Setting Parameter Values in Scheduler Tasks
Use any of the following syntax to define parameter values in scheduler tasks:
q For multiple values (array parameter), use bracket syntax
Example: parameter1=[Value1, Value2, Value3]
q For a parameter with a value containing comma, quote the value in double quotes
Example: parameter1=“Parameter value, containing comma“
q The double quoting can also be used inside arrays
Example: parameter1=[Value1, “Value2, containing comma“]
q Normal parameters, quoted parameters, and array parameters can be mixed
Example: parameter1=Normal,parameter2=[Val1,Val2],parameter3=“Quoted Value“


