Files > MERGE IMAGES

name
MERGE IMAGES
number
15.4
location
^XDRM(
description
File 15.4 stores an image of the pairs of entries in files that were merged immediately prior to the actual merge. In addition, there is also a record of the locations of pointer values that were changed during the merge process.
Fields
#NameLocationTypeDetailsIndexDescription
.01merged from(+)0;1VARIABLE-POINTER2BThis field contains a variable pointer reference to the location in the primary merge file of the entry which was merged into another entry.
.02merged to0;2VARIABLE-POINTER2BThis field contains a variable pointer reference to the entry in the primary file for the merge, into which the entry indicated by the MERGED FROM (#.01) field was merged.
.03date merged0;3DATE-TIMEThis field indicates the date on which the entry indicated by the MERGED FROM (#.01) field was merged into the entry indicated by the MERGED TO (#.02) field.
1from file#1;0MULTIPLE15.41This field specifies a file for which a data image was recorded for the entry specified by the MERGED FROM (#.01) field.
2to file#2;0MULTIPLE15.42This field specifies a file for which a data image was recorded for the entry specified by the MERGED TO (#.02) field.
3pointers changed3;0MULTIPLE15.43This multiple field contains data on locations where a pointer value was changed. The #.01 field contains the information which would be specified as subscripts in the array passed in a call to FILE^DIE. The array subscripts are separated by a ';', and are in the form FILE;IENS;FIELD. The value which was present before the data was changed is stored in field #1.01.

Not Referenced