To load in the current values of sequences from outside the Data Admin or Data Dictionary tool, run
prodict/load_seq.p. This procedure takes 2 INPUT parameters: The file name of the dumped current values of the sequences and the directory where the .d is. The format for the parameters is as follows:
File name: <.d file name>
Directory: <directory name where .d resides>
Syntax Example:
RUN prodict/load_seq.p (INPUT “_seq-val.d”,
INPUT “c:/data/”).
See article:
How to extract library files using extractpl.bat? for additional information on where to find the load_seq.p program.