Retrieving the data from AS/400 - 7.3

AS400

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > AS400 components
Data Quality and Preparation > Third-party systems > Database components (Integration) > AS400 components
Design and Development > Third-party systems > Database components (Integration) > AS400 components
Last publication date
2024-02-21

Procedure

  1. Double-click tAS400Input to open its Basic settings view.
  2. In the Host, Database, Username and Password fields, enter the information required for the connection to AS/400.
  3. Click the [...] button next to Edit schema and in the Schema dialog box define the schema by adding three columns: id of Integer type, and name and city of String type. The data structure is same as the structure you have defined for tFixedFlowInput.
  4. In the Table Name field, enter or browse to the table into which you write the data. In this example, it is doct1018.
  5. In the Query field, enter the SQL query sentence to be used to retrieve the user data from AS/400. In this example, it is SELECT * FROM doct1018.
  6. Double-click tLogRow to open its Basic settings view.
  7. In the Mode area, select Table (print values in cells of a table) for better readability of the result.