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

GMRYFILE.m

Go to the documentation of this file.
  1. GMRYFILE ;HIRMFO/FT-Set I/O File Security ;3/5/97 16:41
  1. ;;4.0;Intake/Output;;Apr 25, 1997
  1. POST1 ; entry point from package installation
  1. I $G(XPDQUES("POST1"))'>0 D BMES^XPDUTL("FILE SECURITY NOT UPDATED!!") Q
  1. D BMES^XPDUTL("Setting Intake/Output file security...")
  1. EN1 ;
  1. F GMRYTXT=1:1 S GMRYLINE=$P($T(SECURITY+GMRYTXT),";;",2,99) Q:GMRYLINE="" D
  1. . S GMRYFL=+$P(GMRYLINE,";")
  1. . S ^DIC(GMRYFL,0,"DD")=$P(GMRYLINE,";",2)
  1. . S ^DIC(GMRYFL,0,"RD")=$P(GMRYLINE,";",3)
  1. . S ^DIC(GMRYFL,0,"WR")=$P(GMRYLINE,";",4)
  1. . S ^DIC(GMRYFL,0,"DEL")=$P(GMRYLINE,";",5)
  1. . S ^DIC(GMRYFL,0,"LAYGO")=$P(GMRYLINE,";",6)
  1. . Q
  1. K GMRYFL,GMRYLINE,GMRYTXT
  1. Q
  1. SECURITY ;;FILENO;DD;RD;WR;DEL;LAYGO
  1. ;;126;@;;@;@;@
  1. ;;126.56;@;;@;@;@
  1. ;;126.58;@;;@;@;@
  1. ;;126.6;@;;@;@;@
  1. ;;126.7;@;;@;@;@
  1. ;;126.72;@;;@;@;@
  1. ;;126.74;@;;@;@;@
  1. ;;126.76;@;;@;@;@
  1. ;;126.8;@;;@;@;@
  1. ;;126.9;@;;@;@;@
  1. ;;126.95;@;;@;@;@
  1. Q