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

Package: Income Verification Match

Routine: IVMRTSR1


Information

IVMRTSR1 ;ALB/KCL - Report of IVM Transmissions ; 30 April 1993

Source Information

Source file <IVMRTSR1.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;entry point
HDR ; Print header of report
SINGLE ; Check for a single date report
; Print body of report for single transmission date
IVMRNG ; Check for a date range report
; Print body of report summary for a range of transmssion dates
MQRY ; Display Master Query Results
ENQ1
ENQ ; cleanup
HEAD ; Display header.
HEAD1 ; Display Master Query header.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!!!!,?19,"No data found for the date: ",$E(IVMBEG,1,12),!!!
  • Line Location: SINGLE+3
Function Call: WRITE
  • Prompt: !!!!!,?7,"No data found for the date range: "_$E(IVMBEG,1,12)_" to "_$E(IVMEND,1,12),!!!
  • Line Location: IVMRNG+3
Function Call: WRITE
  • Prompt: !
  • Line Location: MQRY+2
Function Call: WRITE
  • Prompt: !!?22,"-- No Master Queries Received --"
  • Line Location: MQRY+4
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HEAD+1
Function Call: WRITE
  • Prompt: !?5,"====================================================================="
  • Line Location: HEAD+2
Function Call: WRITE
  • Prompt: !?5,"|",?17,"INCOME VERIFICATION MATCH - TRANSMISSIONS REPORT",?73,"|"
  • Line Location: HEAD+3
Function Call: WRITE
  • Prompt: !?5,"|",?73,"|"
  • Line Location: HEAD+4
Function Call: WRITE
  • Prompt: !?5,"|-------------------------------------------------------------------|"
  • Line Location: HEAD+5
Function Call: WRITE
  • Prompt: !?5,"|",?25,"DATE PRINTED: ",Y,?73,"|"
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: !?5,"====================================================================="
  • Line Location: HEAD+7
Function Call: WRITE
  • Prompt: !!?16,"** M A S T E R Q U E R Y S U M M A R Y **"
  • Line Location: HEAD1+1
Function Call: WRITE
  • Prompt: !!?10,"Query Income Year",?30,"Date Received",?50,"Date Responded"
  • Line Location: HEAD1+2
Function Call: WRITE
  • Prompt: !?10,"-----------------",?30,"-----------------",?50,"-----------------"
  • Line Location: HEAD1+3
Info |  Source |  Entry Points |  Interaction Calls