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

ZOSVKRPI.m

Go to the documentation of this file.
  1. ZOSVKRPI ;BP/RAK - Post install routine ;8/3/10 10:49
  1. ;;8.0;KERNEL;**550**;;Build 23
  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 file as %ZOSVKR
  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="%ZOSVKR",%S="ZOSVKRO",SCR="I 1"
  1. D MOVE^ZTMGRSET
  1. D MES^XPDUTL(" for "_$P($T(@ZTOS^ZTMGRSET),";",3)_".")
  1. ;
  1. Q