Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor changes

...

  • Return values are different from return codes as they do not indicate success or failure of a job but instead . Instead they return variables and values indicating the processing result of a job, e.g. the number of records from a database table that have been processed by a job.
  • Such return values can be used to implement conditional processing. An If Instruction can evaluate the respective return value and determine what jobs to execute next.

Use Case:

...

Variable Checking

...