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: LEX2045

Package: Lexicon Utility

Routine: LEX2045


Information

LEX2045 ; ISL/KER - Environment Check/Pre/Post Install ; 09/13/2006

Source Information

Source file <LEX2045.m>

Entry Points

Name Comments DBIA/ICR reference
ENV ; LEX*2.0*45 Environment Check
;
; General
QUIT ; Quit Passed Environment Check
EXIT ; Exit Failed Environment Check
ABRT ; Abort Failed Environment Check, KILL the distribution
GBLS ; Check Write access on globals
RGBL(X) ; Check Write access on globals
RGNF ; Required global not found
CHK ; Check the Checksum
CS ; Checksum for import global
VC(X,Y) ; Verify Checksum for import global
SY(X) ; Check System variables
UR(X) ; Check User variables
CPD(X) ; Check Current Patched Data is installed
CM ; Missing ^LEXM
CW ; Wrong ^LEXM
CU ; Unable to verify
CF ; Failed checksum
CO ; Obtain new global
CKO ; Kill and Obtain new global
ET(X) ; Error Text
ED ; Error Display
NOTDEF(IEN) ; Check to see if user is defined
OK ; Environment is OK
BM(X) ; Blank Line with Message
M(X) ; Message
TRIM(X) ; Trim Spaces
IMP ; Import names
; Patch Type
EF ; Exported Files
GD ; Global Data

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !," Checking for ",LEXPAT
  • Line Location: ENV+27
Function Call: WRITE
  • Prompt: " - installed"
  • Line Location: ENV+27
Function Call: WRITE
  • Prompt: " "
  • Line Location: VC+8
Info |  Source |  Entry Points |  Interaction Calls