When you call the Loader with the LOADERCLI, you can store the commands and SQL statements that are to be evaluated in a special file, the command file.
When you call the Loader, you specify the option –b to transfer the name of the command file.
loadercli -d demodb -u sqltravel01,travel01 -n DBHost -b command.dat
The commands and SQL statements are in the file command.dat.
The commands and SQL statements in the command file that you specify are individually processed by the Loader in the specified order.
See also:
Syntax Rules for Command Files