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

XU8P771.m

Go to the documentation of this file.
XU8P771 ;OAK/JLG - POST ROUTINE FOR PATCH XU*8*771; Apr 08, 2022@13:47
 ;;8.0;KERNEL;**771**;Jul 10, 1995;Build 8
 ;Per VA Directive 6402, this routine should not be modified.
 Q
 ;
POST    ; POST routine
 D ADDOP
 Q
 ;
ADDOP   ; Add a new option under the XUSER SEC OFCR menu option.
 N XUA,XUB,XUC
 S XUA="XUSER SEC OFCR"
 S XUB="XUSER REMOTE"
 IF $$FIND1^DIC(19,,"X",XUA,,,),$$FIND1^DIC(19,,"X",XUB,,,) S XUC=$$ADD^XPDMENU(XUA,XUB,,)
 Q
 ;