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

ZOSVKSP2.m

Go to the documentation of this file.
  1. ZOSVKSP2 ;BP/RAK/JML - Post install routine ;7/26/2004
  1. ;;8.0;KERNEL;**670**;3/1/2018;Build 45
  1. ;
  1. EN ;-- entry point for post-install
  1. ;
  1. D BMES^XPDUTL(" Begin Post-Install...")
  1. D SAVE
  1. D MES^XPDUTL(" Post-Install complete!")
  1. ;
  1. Q
  1. ;
  1. SAVE ;-save correct files as '%' routines
  1. ;
  1. N %D,%S,SCR,ZTOS
  1. S ZTOS=$$OSNUM^ZTMGRSET
  1. ; if not supported
  1. I ZTOS'=3 D Q
  1. .D MES^XPDUTL(" "_$P($T(@ZTOS^ZTMGRSET),";",3)_" is not supported. No routine saved!")
  1. ; supported
  1. S %D="%ZOSVKSD^%ZOSVKR",%S="ZOSVKSD^ZOSVKRO",SCR="I 1"
  1. D MOVE^ZTMGRSET
  1. D MES^XPDUTL(" for "_$P($T(@ZTOS^ZTMGRSET),";",3)_".")
  1. ;
  1. Q
  1. ;
  1. PRE ; Stop RUM handler prior to installing anything.
  1. N DA,DIE,DR
  1. S DIE=8989.3,DA=1,DR="300///NO" D ^DIE
  1. Q
  1. ;