How do you create an empty Joblet?
How do you create an empty Joblet?A . Create an empty Job, then export it as a Joblet by right-clicking it in the Repository.B . Create an empty Jon and use the file menu to save it as Joblet.C . Right-click Joblet Designs the Repository and select Create Joblet.D ....
Which element carries data between two components in a Job?
Which element carries data between two components in a Job?A . SublobB . LinkC . TriggerD . RowView AnswerAnswer: D Explanation: A row is an element that carries data between two components in a Job. A row is also called a link or a connector. A row can be of...
Which parameters are defined in File Delimited metadata? Choose 2 answers
Which parameters are defined in File Delimited metadata? Choose 2 answersA . Position of the fieldsB . ROW SeparatorC . File PathD . Component with which the metadata is associatedView AnswerAnswer: B, C Explanation: The parameters that are defined in File Delimited metadata are: Row separator: This parameter defines the...
Which mechanism allows you to pass the parameters to the lob you want to call?
You need to call a different Job within a Job you are developing. Which mechanism allows you to pass the parameters to the lob you want to call?A . Context parametersB . FileC . CommandLine optionsD . Java Function paramtersView AnswerAnswer: A Explanation: To call a different job within a...
Where can you simultaneously define primary keys for the Update and Delete operations in a tMysqlOutput component?
Where can you simultaneously define primary keys for the Update and Delete operations in a tMysqlOutput component?A . Basic settings view, select the Use field options check boxB . Advanced settings view, select the Additional columns options check boxC . Advanced settings view, select the Use field options check boxD...