Do this
<code>
CREATE ALIAS DICTDB FOR DATABASE < your database >.
RUN prodict\dump_df.p
"ALL" OR < Table Name >,
< df file >,
"iso8859-1").
</code>
Again, you will need supporting files:
$DLC/src/prodict/dump_df.r
$DLC/src/prodict/dump/_dmpsddl.r
Dont think there is any documentation about all this, I just worked through the source code in $DLC/src