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

Package: Drug Accountability

Routine: PSAPV


Information

PSAPV ;BIR/JMB-Processor and Verifier ;9/6/97

Source Information

Source file <PSAPV.m>

Entry Points

Name Comments DBIA/ICR reference
DEVICE ;Asks device & queueing info
DEV
COMPILE ;Compiles data
PRINT ;Print data
EXIT
BDATE ;Gets beginning and ending invoice dates
EDATE
HDR ;Report header

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"You do not hold the key to enter the option."
  • Line Location: PSAPV+6
Function Call: WRITE
  • Prompt: !,"There are no invoices."
  • Line Location: PSAPV+7
Function Call: WRITE
  • Prompt: !!,"The report must be sent to a printer that supports 132 columns.",!
  • Line Location: DEVICE+1
Function Call: WRITE
  • Prompt: !,"NO DEVICE SELECTED OR OUTPUT PRINTED!"
  • Line Location: DEV+1
Function Call: WRITE
  • Prompt: !,"The printout must be sent to a 132 column printer!",!
  • Line Location: DEV+2
Function Call: WRITE
  • Prompt: !,PSASLN,!
  • Line Location: PRINT+12
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EXIT+0
Function Call: WRITE
  • Prompt: !
  • Line Location: BDATE+1
Function Call: WRITE
  • Prompt: !!,"Future dates are not permitted.",!
  • Line Location: BDATE+3
Function Call: WRITE
  • Prompt: !
  • Line Location: EDATE+0
Function Call: WRITE
  • Prompt: !!,"Ending Date cannot be before the Start Date.",!
  • Line Location: EDATE+2
Function Call: WRITE
  • Prompt: !,PSASLN,@IOF
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: !?46,"DRUG ACCOUNTABILITY/INVENTORY INTERFACE",?114,"PAGE "_PSAPG,!?51,"PROCESSOR AND VERIFIER REPORT"
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !,"RUN DATE: "_PSARUN,?52,PSABEGX_" - "_PSAENDX
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,?52,PSABEGX_" - "_PSAENDX
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !!?24,"| INVOICE",?36,"|",?68,"| DATE",?80,"|",?112,"| DATE"
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !,"INVOICE#",?24,"| DATE",?36,"| PROCESSOR",?68,"| PROCESSED",?80,"| VERIFIER",?112,"| VERIFIED"
  • Line Location: HDR+7
Function Call: WRITE
  • Prompt: !,"========================|===========|===============================|===========|===============================|========="
  • Line Location: HDR+8
Info |  Source |  Entry Points |  Interaction Calls