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

PSX41NDX.m

Go to the documentation of this file.
  1. PSX41NDX ;BIR/PDW-Execute new indexes in PSX patch 41 ;08/12/2002
  1. ;;2.0;CMOP;**41**;11 Apr 97
  1. Q
  1. EN ; populates new indexes brought in with PSX*2*41
  1. SYS550 ;index
  1. I ^XMB("NETNAME")?1"CMOP-".E Q
  1. ; new status index "ST"
  1. K ^PSX(550,"ST")
  1. K DIK S DIK="^PSX(550,",DIK(1)="1^ST" D ENALL^DIK
  1. ;new transmit index "TR"
  1. K ^PSX(550,"TR")
  1. K DIK S DIK="^PSX(550,",DIK(1)="2^TR" D ENALL^DIK
  1. ;new Task index "AG"
  1. K ^PSX(550,"AG")
  1. K DIK S DIK="^PSX(550,",DIK(1)="9^AG" D ENALL^DIK
  1. Q