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

Package: Scheduling

Routine: SCMCRU


Information

SCMCRU ;ALB/REW - PCMM Report Utilities ; 9 Feb 1996

Source Information

Source file <SCMCRU.m>

Entry Points

Name Comments DBIA/ICR reference
FIRST() ;First heading of report
; RETURNS STOP; 0=GO,1=STOP
SUBSEQ() ;enter for further headings of report
; RETURNS STOP; 0=GO,1=STOP
STOPCHK
STOPPED ;
ENDREP
FOOTER ;
; print SCFOOT
HEADER ;
; prints SCHEAD
WAIT
OUT(LINE,FORMAT) ;
QTOUT
DDNAME(FILE,FIELD) ;return the fieldname

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: FIRST+5
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: SUBSEQ+6
Function Call: WRITE
  • Prompt: !?5,"------------- Report stopped at user's request ------------"
  • Line Location: STOPPED+1
Function Call: WRITE
  • Prompt: !
  • Line Location: FOOTER+4
Function Call: WRITE
  • Prompt: !,$G(SCFOOT),?66,"PAGE: ",SCPAGE
  • Line Location: FOOTER+5
Function Call: WRITE
  • Prompt: !,$G(SCHEAD)
  • Line Location: HEADER+2
Function Call: WRITE
  • Prompt: $G(LINE)
  • Line Location: OUT+2
Info |  Source |  Entry Points |  Interaction Calls