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

Package: PAID

Routine: PRSARCS


Information

PRSARCS ;;WOIFO/JAH - Recess Tracking Functions ;02-MAR-2007

Source Information

Source file <PRSARCS.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;
HDR ; -- header code
INIT ; -- init variables and list array
; hours based on 25% of AWS schedule--total assigned and available hrs
; and hours available to be assigned to weeks.
VALIDRS ; valid recess schedule?
; hours based on 25% of AWS schedule--total assigned and available hrs
; and hours available to be assigned to weeks.
HELP ; -- help code
EXIT ; -- exit code
EXPND ; -- expand code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"WARNING--Recess hours are over scheduled: "_$J(-RRHA,6,2)
  • Line Location: VALIDRS+20
Function Call: WRITE
  • Prompt: !,"WARNING--Recess hours are under scheduled: "_$J(-RRHA,6,2)
  • Line Location: VALIDRS+23
Function Call: WRITE
  • Prompt: !,"Scheduled recess hours match hours available for recess."
  • Line Location: VALIDRS+25
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+2
Info |  Source |  Entry Points |  Interaction Calls