H
Håvard Danielsen
Guest
Since v11.0 prodict/dmpseqvals.p can be used to dump sequence values. It is different than the older prodict APIs in that it has to be run persistent. Note that most of the older load and dump also typically can be run persistent, since they have more options than what can be provided with the input parameter. They will have a doDump or doLoad method to do the actual operation. define variable hDump as handle no-undo. run prodict/dmpseqvals.p persistent set hDump. run setFileName in hDump ("seqvals.d"). run doDump in hDump. --- In addition to setFileName(), you can control the outcome with setDirectory(), setSequenceSelection(key of a sequence), setCodePage(), setSilent() - boolean true to suppress messages, setEffectiveTenant() and setTenantDir().
Continue reading...
Continue reading...