There is a procedure, prodict/load_d.p, which can be run which will call the regular load utilities for loading in a .d file from within your application. This procedure takes 2 INPUT parameters: The file name(s) for the tables to be loaded and the name of the directory where the .d’s reside. The format for the parameters is as follows: file name: "ALL" or "<file-name> [,<filename>] ..." directory: Name of the directory where .d files are
Syntax Examples: Load all tables: RUN prodict/load_d.p (INPUT “ALL”, INPUT “c:/data/”).
Load two tables RUN prodict/load_d.p (INPUT “customer,order”, INPUT “c:/data/” |