This document discusses using DB2 external stored procedures on IBM i to load data from delimited files into database tables in parallel. It provides an example stored procedure program that submits Copy from Import File commands to batch processing to load multiple tables simultaneously. Calling the stored procedure from a client allows loading data faster without locking the GUI interface for an extended time.