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

Package: Scheduling

Routine: SCMCHLR8


Information

SCMCHLR8 ;ALB/KCL - PCMM HL7 Reject Transmission Report; 22-FEB-2000

Source Information

Source file <SCMCHLR8.m>

Entry Points

Name Comments DBIA/ICR reference
TERPRT ; Description: Main entry point for the PCMM HL7 Reject Transmission Report.
DEVICE() ; Description: Allows the user to select a device.
SELECT(SCRP) ; Description: Ask the user to select 'all errors' or errors for a 'date range'.
ASKRANGE(SCRP) ;
; Description: Asks the user to enter a date range for report.
ASKBEGIN(SCRP) ;
REPEAT
ASKEND(SCRP) ;
; Description: Asks the user to enter an end date.
AGAIN
SORTBY(SCRP) ; Description: Ask the user to enter a sort criteria for printing errors.
EPS(SCRP) ; Description: Ask user to enter a error processing status.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Date can not be latter than today!"
  • Line Location: REPEAT+2
Function Call: WRITE
  • Prompt: !,"Date must not be earlier than "_DIR("B")
  • Line Location: AGAIN+2
Info |  Source |  Entry Points |  Interaction Calls