|

SQL and IFS – Reading/Writing IFS Files with SQL

29 Oct 2024
13:30
Track 4

SQL and IFS – Reading/Writing IFS Files with SQL

SQL is great for accessing data located in a relational database. But in a modern world it is also necessary to consume data that is located in the IFS (Integrated File System) or provided by web services

With each Technology Refresh IBM introduces and enhances Db2 for i Services. With Release 7.4 Technology Refresh 3 IBM provides new SQL Stored Procedures for reading data from and writing Data into the IFS.

In composition with other SQL Functions it is easy to scan through IFS files or decompose *.csv files or JSON files or XML documents located in the IFS.

Learning Objectives:

In this session you’ll learn how to write data to the IFS and how to read IFS files, by using no other programming language than SQL.

It will be also demonstrated how to access and decompose *.csv files located in the IFS without copying them into a physical file or SQL table.