UPDATE |
for the .01:
S ZZFDA(.11,"+1,",.01)=file# <--- would be 2 in this case S
ZZFDA(.11,"+1,",.02)=xrefName <--- would be "AMPIZZ" in this case D
UPDATE^DIE("","ZZFDA","ZZIEN") S DA=ZZIEN(1) <--- The Updater returns the
IEN of the added entry in ZZIEN
for the .09:
S ZZFDA(.11,"+1,",.01)=file# <--- would be 2 in this case S
ZZFDA(.11,"+1,",.02)=xrefName <--- would be "ATSSN" in this case D
UPDATE^DIE("","ZZFDA","ZZIEN") S DA=ZZIEN(1) <--- The Updater returns the
IEN of the added entry in ZZIEN
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ZZFDA |
Input |
Array containing file number and x-ref name
|
ZZIEN |
Output |
IEN for new entry in ^DD("IX" - INDEX file.
|
|