![]() ![]() |
Reference Type: Supported, Category: Toolkit—Duplicate Record Merge, ICR#: 2365
The RESTART^XDRMERG API restarts a merge that has been stopped. The information necessary for restarting can be viewed using the CHKLOCAL^XDRMERG2 API (see LOCAL MERGE STATUS).
RESTART^XDRMERG(file,arraynam,phase,currfile,currien)
file: |
(required) Specifies the file number of the file in which the indicated entries are to be merged. |
arraynam: |
(required) This parameter contains the name of the array as a closed root under which the subscripts indicating the FROM and TO entries are found. The data can have either two or four subscripts descendent from the array, which is passed. REF: For examples of its usage, see the “Overview” section in the "Toolkit—Duplicate Record Merge" section in the Kernel 8.0 & Kernel Toolkit 7.3 Developer's Guide. |
phase: |
(required) This parameter indicates the phase of the merge process in which the merge should be restarted. The value is a number in the range of 1 to 3, with no decimal places:
|
currfile: |
(required) This is the current file number on which the merge process is operating. |
currien: |
(required) This is the current internal entry number in the file on which the merge process is operating. |
none. |
|