Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XPDUTL

Package: Kernel

Routine: XPDUTL


Information

XPDUTL ;SFISC/RSD - KIDS utilities ;10/15/2008

Source Information

Source file <XPDUTL.m>

Entry Points

Name Comments DBIA/ICR reference
VERSION(X) ;Get current version from Package file, X=package name or
  • ICR #10141
    • Status: Active
    • Usage: Supported
    VER(X) ;returns version number from Build file, X=build name
  • ICR #10141
    • Status: Active
    • Usage: Supported
    STATUS(IEN) ;returns status from Install File, IEN=Install File IEN
    PKG(X) ;returns package name from Build file, X=build name
  • ICR #10141
    • Status: Active
    • Usage: Supported
    LAST(PKG,VER,REL) ;returns last patch applied for a Package, PATCH^DATE
  • ICR #10141
    • Status: Active
    • Usage: Supported
    PATCH(X) ;return 1 if patch X was installed, X=aaaa*nn.nn*nnnn ; p672 change 1.3N to 1.4N
  • ICR #10141
    • Status: Active
    • Usage: Supported
    INSTALDT(INSTALL,RESULT) ;returns number of installs, 0 if not installed or doesn't exist
  • ICR #10141
    • Status: Active
    • Usage: Supported
    NEWCP(XPD,XPDC,XPDP) ;create new check point, returns 0=error or ien
  • ICR #10141
    • Status: Active
    • Usage: Supported
    UPCP(XPD,XPDP) ;update check point, returns 0=error or ien
  • ICR #10141
    • Status: Active
    • Usage: Supported
    COMCP(XPD) ;complete check point, returns 0=error or date/time
  • ICR #10141
    • Status: Active
    • Usage: Supported
    VERCP(XPD) ;verify check point, returns 1=completed, 0=not
  • ICR #10141
    • Status: Active
    • Usage: Supported
    PARCP(XPD,XPDF) ;returns parameters of check point
  • ICR #10141
    • Status: Active
    • Usage: Supported
    CURCP(XPDF) ;returns current check point
  • ICR #10141
    • Status: Active
    • Usage: Supported
    WP(X) ;X=global ref
    MES(X) ;record message, X=message or an array passed by reference
  • ICR #10141
    • Status: Active
    • Usage: Supported
    BMES(X) ;add blank line before message
  • ICR #10141
    • Status: Active
    • Usage: Supported
    RTNUP(X,Y) ;update routine action, X=routine, Y=action
  • ICR #10141
    • Status: Active
    • Usage: Supported
    RTNLOG(X) ;Enter/Update routine in the Routine File
    DICCP(X) ;lookup check point, returns ien or 0
    PRODE(XPDN,XPD) ;enable/disable protocols, return 1 for success
  • ICR #10141
    • Status: Active
    • Usage: Supported
    OPTDE(XPDN,XPD) ;enable/disable options, return 1 for success
  • ICR #10141
    • Status: Active
    • Usage: Supported
    BUILD(XPDN,XPD) ;check if a build exists, return 1 for success
    MAILGRP(X) ;Return mail group for package, X=package name or namespace
    LKPKG(X) ;Return Package ien, X=package name or namespace

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !,@X@(%)
    • Line Location: WP+3
    Function Call: WRITE
    • Prompt: !,X(%)
    • Line Location: MES+4
    Info |  Source |  Entry Points |  Interaction Calls