Parameters tab

Enter the following information to pass parameters to the job:
Option
Description
Copy results to parameters
Copies the results from a previous job as parameters of the job using the Copy rows to result step.
Pass parameter values to sub-job
Passes all parameters of the job down to the sub-job.
Parameter
Specify the parameter name passed to the job.
Parameter to use
Specify the field of an incoming record from a previous job as the parameter.If you enter a field in Parameter to use then Static input value / variable is disabled.
Static input value / variable
Specify the values for the job's parameters by using one of the following methods: - Manually enter a value, for example ETL Job
.
Use a parameter to set the value, for example ${Internal.Job.Name}.
Use a combination of manually specified values and parameter values, for example
**$\{FILE\_PREFIX\}**_**$\{FILE\_DATE\}**.txt.
If you enter a value in Static input value / variable, then Parameter to use is disabled.
Get Parameters
Get the existing parameters associated with the job.
Last updated
Was this helpful?