Print Page as PDF
DELETE TRIGGER X-REF IN FILE 6926.01 FIELD .01 ICR (2878)

DELETE TRIGGER X-REF IN FILE 6926.01 FIELD .01    ICR (2878)

Name Value
NUMBER 2878
IA # 2878
GLOBAL ROOT DD(6926.01,.01,1
DATE CREATED 1999/07/28
CUSTODIAL PACKAGE VA FILEMAN
CUSTODIAL ISC San Francisco
USAGE Private
TYPE File
DBIC APPROVAL STATUS APPROVED
NAME DELETE TRIGGER X-REF IN FILE 6926.01 FIELD .01
GENERAL DESCRIPTION
This IA permits patch EN*7*62 to delete the TRIGGER
cross-reference (#2) of field #.01 in subfile #6926.01.  Code similar to the
following will be placed in a pre-install routine of the patch to perform the
deletion.

N DA,DIK
S DIK="^DD(6926.01,.01,1,"     ;this is the root of "xref multiple"
S DA(2)=6926.01,DA(1)=.01,DA=2 ;DA(2) = subfile#
;DA(1) = field#
;DA    = xref#
D ^DIK                         ;this deletes the xref definition

Patch EN*7*62 will bring in a new #2 cross-reference (regular, whole-file) on
the .01 field of #6926.01 during the install.  The cross-reference deletion
performed during the pre-install will ensure that all the trigger logic is
completely removed.
STATUS Active
DURATION Till Otherwise Agreed
ID DD(6926.01,.01,1
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC
ENGINEERING Washington/Silver Spring