Versions Compared

Key

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

...

The following prerequisites are valid for incoming files:

  • The incoming file can hold pairs of names and values similar to the temporary file available from the JS7_RETURN_VALUES environment variable for return values of shell jobs: <name>=<value>.
    • pairs of names/values are separated from each other by EOL which can be CR, CRLF or LF.
    • The <value> can include any Unicode characters.
  • For the handling of incoming files the following applies:
    • If the incoming file holds pairs of names and values for variables then they are added to the order as return values from the JITL FileOrderVariablesJob template.
    • If the incoming file is empty then no return values are created and no error occurs.
    • If the incoming file includes content that does not match name/value pairs then an error is raised.

The JITL job does not use any arguments to specify its processing mode. Instead, users can add any arguments to this job that are expected to match the name of a name/value pair in the incoming file:

...

  • If the incoming file does not provide the variable then a return value with the JITL Job's default value is created.
  • If the incoming file provides a variable - optionally with an empty value - then a return value with the value from the incoming file is created.

...

  • The variables var1 and var2 will be created with their respective values. For var3 an empty value will be returned from the JITL Job.

Display feature availability
StartingFromRelease2.4.0

...

  • invoke the Wizard that is available from the job properties tab in the Configuration view and select the JITL FileOrderVariablesJob MonitoringJob and relevant arguments from the Wizard

...