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

XQP46INI.m

Go to the documentation of this file.
  1. XQP46INI ;SEA/LUKE - Post init for patch XU*8.0*46 ;04/27/98 12:27
  1. ;;8.0;Kernel;**46**;APR 14, 1998
  1. ;Post installation routine for KIDS patch XU*8.0*46
  1. ;
  1. ;Add Synonym "OPED" to XQOPED option in the XUMAINT menu
  1. N XQMEN,XQOP,XQORD
  1. S XQMEN=$O(^DIC(19,"B","XUMAINT",0))
  1. S XQOP=$O(^DIC(19,"B","XQOPED",0))
  1. S XQORD=$O(^DIC(19,XQMEN,10,"B",XQOP,0))
  1. I +^DIC(19,XQMEN,10,XQORD,0)=XQOP D
  1. .S $P(^DIC(19,XQMEN,10,XQORD,0),U,2)="OPED"
  1. .S ^DIC(19,XQMEN,10,"C","OPED",XQORD)=""
  1. .Q
  1. Q