Loading data with DRDA fast load (zLoad)

DRDA fast load, which is also known as zLoad, enables quick and easy loading of data from files that reside on distributed clients.

Before you begin

Before using DRDA fast load, you must bind the DSNUT131 package at each location from which you want to load data. The following example binds the DSNUT131 package at a remote location:

BIND PACKAGE(location.DSNUT131) 
         MEMBER(DSNUGSQL) -
         ACTION(ADD) ISOLATION(CS) ENCODING(EBCDIC) -
         VALIDATE(BIND) CURRENTDATA(NO) -
         LIBRARY('prefix.SDSNDBRM')

About this task

The Db2 for Linux®, UNIX, and Windows Call Level Interface (CLI) APIs, JDBC APIs, and the Command Line Processor (CLP) support remote loading of data to Db2 for z/OS.

Procedure