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 hoteldb -u mona,red -n genua -b command.dat
The commands and SQL statements are in the command.dat file.
The commands and SQL statements that you specify in the command file are individually processed by the Loader in the specified order.
See also:
Syntax Rules for Command Files