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 DSNUT121 package at each location from which you want to load data. The following example binds the DSNUT121 package at a remote location:
BIND PACKAGE(location.DSNUT121)
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
For information about how to invoke DRDA fast load, see the following topics: