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

Package: Kernel

Routine: XUINOK


Information

XUINOK ;SFISC/RWF - CHECK TO SEE IF OK TO LOAD ;06/02/95 12:23

Source Information

Source file <XUINOK.m>

Entry Points

Name Comments DBIA/ICR reference
OLD
ABRT
EXIT
GBLOK ;Check to see if we have write access to needed globals.
MMCHK ;check XMGAPI4
OS ;checks OS and skips all other ZU routines

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,*7,">> DUZ and DUZ(0) must be defined as an active user to initialize."
  • Line Location: XUINOK+3
Function Call: WRITE
  • Prompt: !,"I'm checking to see if it is OK to install KERNEL v",$P($T(+2),";",3)," in this account.",!
  • Line Location: XUINOK+5
Function Call: WRITE
  • Prompt: !!,"Checking the %ZOSV routine"
  • Line Location: XUINOK+6
Function Call: WRITE
  • Prompt: !,"The %ZOSV routine isn't current.",!,"Check the second line of the routine, or your routine map table."
  • Line Location: XUINOK+7
Function Call: WRITE
  • Prompt: !!,"Everything looks OK, Lets continue.",!
  • Line Location: XUINOK+15
Function Call: WRITE
  • Prompt: !!,*7,"It looks like you currently have version ",Y," of KERNEL installed."
  • Line Location: OLD+0
Function Call: WRITE
  • Prompt: !,*7,"You must first install KERNEL v7.1 before this version can be installed.",!
  • Line Location: OLD+1
Function Call: WRITE
  • Prompt: !,"Now to check protection on GLOBALS.",!,"If you get an ERROR, you need to add Write access to that global.",!
  • Line Location: GBLOK+1
Function Call: WRITE
  • Prompt: !,"Checking ",Y
  • Line Location: GBLOK+2
Info |  Source |  Entry Points |  Interaction Calls