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

XPDCUST.m

Go to the documentation of this file.
  1. XPDCUST ;SLC/STAFF-SITE TRACKING UPDATE ALL VERSIONS ;7/20/94 15:34 [ 04/02/2003 8:29 AM ]
  1. ;;8.0;KERNEL;**1005,1007**;APR 1, 2003
  1. ;;7.1;Kernel;**22,35**;Oct 25, 1993
  1. ;
  1. ALL ;
  1. W !,"This routine is used to check the package file (9.4) for the current"
  1. W !,"versions of software installed at your site. This information will"
  1. W !,"be used to update the site tracking file on FORUM. Package names will also"
  1. W !,"be checked to make sure they conform to the official package name assigned"
  1. W !,"to the software. If needed, the name in the package file will be changed."
  1. W !,"This routine should only be used in your production account."
  1. W !!,"The data collected will be sent to FORUM automatically via MailMan."
  1. W !,"A message with the changes made to site tracking will be sent back via MailMan."
  1. ;
  1. N DIC,DIR,PERSON,SERVER,SITE,X,Y K DIC,DIR
  1. I $G(^XMB("NETNAME"))'[".VA.GOV" W !,"This routine should only be used by a VA site." Q
  1. X ^%ZOSF("UCI") I Y'=^%ZOSF("PROD") W !,"This routine must be run in a production account." Q
  1. S SERVER="S.A5CSTS@FORUM.VA.GOV",SITE=^XMB("NETNAME")
  1. W !!,"Enter the person who will receive this message at ",SITE,"."
  1. S DIC=200,DIC(0)="AEMQ",DIC("A")="Select Person: ",DIC("B")=$S('$D(DUZ):"",1:$P($G(^VA(200,DUZ,0)),U)) D ^DIC K DIC Q:Y<0 S PERSON=$P(Y,U,2)
  1. S DIR(0)="YAM",DIR("A")="Proceed to collect data for site tracking? ",DIR("B")="YES" D ^DIR K DIR Q:Y'=1
  1. D ^XPDCUSTP
  1. Q
  1. TASK ; this entry point is no longer used
  1. Q