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

Package: Kernel

Routine: XQSMD2


Information

XQSMD2 ; SEA/MJM - Secure MenuMan Delegation (Cont.) ;7/3/91 08:42 ;8/21/92 11:58 AM

Source Information

Source file <XQSMD2.m>

Entry Points

Name Comments DBIA/ICR reference
BUILD ;Put remaining options into Delgate Options File
ZTLOAD ;Set up Taskman parameters an queue the request
SCAN ;Scan selected options for restrictions and report them
OOO
RTIM ; Identify and display prohibited times for option
RDEV
LIST ;List users and options selected so far.
WAIT ;Skip to the head of the next page
OUT

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: XQ
  • Timeout: DTIME
  • Line Location: BUILD+2
Function Call: WRITE
  • Prompt: !!!,"Ready to ",$S(XQDOP:"remove these options from",1:"delegate these options to")," these people? Y// "
  • Line Location: BUILD+2
Function Call: WRITE
  • Prompt: !!,"Fine, you may edit the user or option list, or enter a '^' to quit."
  • Line Location: BUILD+3
Function Call: WRITE
  • Prompt: !!,"No options found, no action taken.",*7
  • Line Location: BUILD+4
Function Call: WRITE
  • Prompt: !!,"Request to ",$S(XQDOP:"remove",1:"add")," delegated options has been queued, task # ",ZTSK,",",!?5,"named: ",XQDESC,"."
  • Line Location: ZTLOAD+4
Function Call: WRITE
  • Prompt: !,XQN," is out of order with the string: '",$P(XQON0,U,2),"'"
  • Line Location: OOO+0
Function Call: WRITE
  • Prompt: !,XQN," is PROHIBITED during the times ",$P(^(%XQI,0),U,1),$P(^(0),U,2)," (military time)."
  • Line Location: RTIM+1
Function Call: WRITE
  • Prompt: !,XQN," is PROHIBITED during the times ",$P(XQON0,U,8)," (military time)."
  • Line Location: RTIM+2
Function Call: WRITE
  • Prompt: !,XQN," is restricted to run on only certain devices."
  • Line Location: RDEV+0
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: LIST+1
Function Call: WRITE
  • Prompt: !!," No users selected yet."
  • Line Location: LIST+1
Function Call: WRITE
  • Prompt: !!,"For the following user(s):",!
  • Line Location: LIST+2
Function Call: WRITE
  • Prompt: ?(XQT#2*35),XQI,". ",XQHOLD(XQM)
  • Line Location: LIST+3
Function Call: WRITE
  • Prompt: !!,"You will ",$S(XQDOP:"remove ",1:"delegate "),"the following options: ",!
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !!,"No menu options selected yet"
  • Line Location: LIST+5
Function Call: WRITE
  • Prompt: !,XQN," ",$P(^TMP($J,"ZN",XQN),U,1)
  • Line Location: LIST+6
Function Call: WRITE
  • Prompt: !!,$S(XQDOP:" Removed ",1:" Delegated "),"by ",XQMGR," on ",XQDATE,".",!
  • Line Location: LIST+7
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: WAIT+1
Info |  Source |  Entry Points |  Interaction Calls