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

XUINP348.m

Go to the documentation of this file.
  1. XUINP348 ;ISF/RWF - Patch XU*8*348 POST-INIT ;12/22/2004 09:29
  1. ;;8.0;KERNEL;**348**;Jul 10, 1995
  1. W !,"Patch XU*8*348 Post install"
  1. Q
  1. ;
  1. POST ;
  1. N I,X
  1. D F2,F3
  1. Q
  1. ;
  1. F2 ;Search the Terminal type file
  1. S I=0
  1. F S I=$O(^%ZIS(2,I)) Q:I'>0 S X=$P($G(^%ZIS(2,I,1)),U,3) I X>65500 D
  1. . S $P(^%ZIS(2,I,1),U,3)=65500
  1. . Q
  1. Q
  1. ;
  1. F3 ;Search the Device file
  1. S I=0
  1. F S I=$O(^%ZIS(1,I)) Q:I'>0 S X=$G(^%ZIS(1,I,91)) I $L(X) D
  1. . S ^%ZIS(1,I,91)=$P(X,U,1)_"^^"_$S($P(X,U,3)>65500:65500,1:$P(X,U,3))
  1. . Q
  1. Q