Part 2: The 32-Bit/64-Bit Drivers : The DB2 Wire Protocol Driver : Binding : Creating DB2 Packages Using List Files

Creating DB2 Packages Using List Files
You can bind the following list files on your database server to create DB2 packages:
The list files are located in the \bind\LUW, \bind\zOS, and \bind\iSeries directories, respectively, in your DataDirect Connect Series for ODBC installation directory. When you bind the list files, if any DataDirect DB2 packages exist, they will be replaced by the new packages. The list files create DB2 packages that, by default, contain 200 dynamic sections and are created in the NULLID collection. You can override the default number of dynamic sections and the collection in which the packages are created by changing the appropriate connection option in the data source, as described previously.
To create DB2 packages by binding list files:
1.
2.
connect to database_name user authorization_name using password
where:
database_name is the name of the database to which you are connecting.
authorization_name is the name of the user you are authenticating to the server.
password is the user’s password.
3.
bind @ list_file grant public
where list_file is the name of the list file you want to bind.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.