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

Package: National Online Information Sharing

Routine: FSCLMPU


Information

FSCLMPU ;SLC/STAFF-NOIS List Manager Protocol Utility ;12/8/97 13:40

Source Information

Source file <FSCLMPU.m>

Entry Points

Name Comments DBIA/ICR reference
SETUP(ACTION,USER) ; from FSCLMP
; give full scroll and refresh on return
COUNTS(ACTION,USER) ; from FSCOP, count actions
COUNT ;
NOACCESS ; from FSCLMP, FSCOP
; msg when no access allowed

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"TOTAL: ",$G(^XTMP("FSC COUNTS","TOTAL"))
  • Line Location: COUNT+3
Function Call: WRITE
  • Prompt: !,"ACTIONS:"
  • Line Location: COUNT+4
Function Call: WRITE
  • Prompt: !,ACTION,?15," ",+^(ACTION)
  • Line Location: COUNT+5
Function Call: WRITE
  • Prompt: !,"ACTIONS BY COUNT:"
  • Line Location: COUNT+6
Function Call: WRITE
  • Prompt: !,COUNT,?6,ACTION
  • Line Location: COUNT+8
Function Call: WRITE
  • Prompt: !,"USER ACTIONS:"
  • Line Location: COUNT+9
Function Call: WRITE
  • Prompt: !,"You don't have access to perform this function.",!,$C(7)
  • Line Location: NOACCESS+2
Info |  Source |  Entry Points |  Interaction Calls