Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: PRCH212P

PRCH212P.m

Go to the documentation of this file.
  1. PRCH212P ;WISC/CR - CLEAN UP OF EXTRA CROSS REF. IN FILE #442 ; 06/30/99
  1. ;;5.0;IFCAP;**212**;4/21/95
  1. ;
  1. ; Quit if entry point is not used.
  1. W $C(7),!!,"Illegal entry point.",!
  1. Q
  1. ; This is a post init routine that will be used with patch PRC*5*212
  1. ; to clean up extra "AB" cross references for field .1 of file #442.
  1. ; This cross reference is created when the P.O. DATE field is populated
  1. ; during the creation of a purchase order. After patch PRC*5*212 is
  1. ; installed, file #442 will be free from extra "AB" cross references.
  1. ; This routine should be deleted from th system upon installation of
  1. ; patch PRC*5*212.
  1. START ;
  1. K ^PRC(442,"AB")
  1. S DIK="^PRC(442,",DIK(1)=".1^AB"
  1. D ENALL^DIK
  1. Q