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

ZOSVKSP3.m

Go to the documentation of this file.
  1. ZOSVKSP3 ;SP/JML - VSM 3 Post install routine ;10/16/2020
  1. ;;8.0;KERNEL;**740**;3/1/2018;Build 6
  1. ;
  1. EN ;-- entry point for post-install
  1. ;
  1. D MES^XPDUTL(" Begin Post-Install...")
  1. D STOPMON^KMPVCBG("VBEM",1)
  1. D MES^XPDUTL(" VBEM Monitor Stopped...")
  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. D STARTMON^KMPVCBG("VBEM",1)
  1. D MES^XPDUTL(" VBEM Monitor Restarted...")
  1. D MES^XPDUTL(" Post-Install complete!")
  1. ;
  1. Q