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

Package: Kernel

Routine: ZOSVGUX Platform: GT.M/UNIX


Information

%ZOSV ;SFISC/AC,PUG/TOAD,HOU/DHW - View commands & special functions. ;09/15/08 16:41

Source Information

Source file <ZOSVGUX.m>

Entry Points

Name Comments DBIA/ICR reference
ACTJ() ; # active jobs
AVJ() ; # available jobs, Limit is in the OS.
RTNDIR() ; primary routine source directory
TEMP() ; Return path to temp directory
PASSALL ;
NOPASS ;
GETPEER() ;Get the IP address of a connection peer
PRGMODE ;Drop into direct mode
PROGMODE() ; In Application mode
UCI ;
UCICHECK(X) ;
JOBPAR ; <=====
SHARELIC(TYPE) ;Used by Cache implementations
PRIORITY ;
PRIINQ() ;
BAUD
LGR() ; Last global reference ($REFERENCE)
EC() ; Error Code: returning $ZS in format more like $ZE from DSM
DOLRO ;SAVE ENTIRE SYMBOL TABLE IN LOCATION SPECIFIED BY X
ORDER ;SAVE PART OF SYMBOL TABLE IN LOCATION SPECIFIED BY X
PARSIZ ;
NOLOG ;
GETENV ;Get environment Return Y='UCI^VOL^NODE^BOX LOOKUP'
VERSION(X) ;return OS version, X=1 - return OS
OS() ;
SETNM(X) ;Set name, Trap dup's, Fall into SETENV
SETENV ;Set environment X='PROCESS NAME^ '
SID() ;System ID
PRI() ;Check if a mixed OS enviroment.
T0 ; start RT clock
T1 ; store RT datum w/ZHDIF
ZHDIF ;Display dif of two $ZH's
LOGRSRC(OPT,TYPE,STATUS) ;record resource usage in ^XTMP("KMPR"
SETTRM(X) ;Turn on specified terminators.
DEVOK ;
DEVOPN ;List of Devices opened. Linux only
RETURN(%COMMAND) ; ** Private Entry Point: execute a shell command & return the resulting value **
; %COMMAND is the string value of the Linux command
STRIPCR(%DIRECT) ; ** Private Entry Point: strip extraneous CR from end of lines of all
; routines in %DIRECTORY Linux directory

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: Y
  • Timeout: 99
  • Line Location: ACTJ+8
Function Call: WRITE
  • Prompt: !
  • Line Location: PRGMODE+2
Function Call: WRITE
  • Prompt: "??",$C(7)
  • Line Location: PRGMODE+3
Function Call: READ
  • Variable: Y
  • Timeout: 99
  • Line Location: JOBPAR+5
Function Call: WRITE
  • Prompt: !," ET=",$J(($P(%ZH1,",")-$P(%ZH0,",")*86400)+($P(%ZH1,",",2)-$P(%ZH0,",",2)),6,2)
  • Line Location: ZHDIF+1
Function Call: READ
  • Variable: %X
  • Timeout: 99
  • Line Location: DEVOK+16
Info |  Source |  Entry Points |  Interaction Calls