To create a bulk load definition file without using the dictionary or admin utilities run prodict/dump_fd.p. This procedure takes 2 INPUT parameters: The file name(s) for the tables to be dumped and the name of the bulk definitions file to create. The format for the parameters is as follows: file-name : "ALL" or "<file-name> [,<filename>] ..." df-file-name : Name of Bulk definition file to create
Syntax Examples: Dump all tables: RUN prodict/dump_fd.p (INPUT “ALL”, INPUT “sports.fd”). Dump a table RUN prodict/dump_fd.p (INPUT “customer”, INPUT “customer.fd”).
|