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

Package: Order Entry Results Reporting

Routine: ORSNAST


Information

ORSNAST ;SLC/RAF - Policy order search ;06/25/2007

Source Information

Source file <ORSNAST.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;
SORT
FORMAT ;allows choice of formats for evaluation purpose
SERV ;sets the variable SERVICE equal to 1 if the user wants to sort by
SINGLE ;sets variable SINGLE to set up a search of a single service
LONER ;sets DIR call to allow the user to select a single service/section
TASK ;
SDATE ;sets DIR call to ask the user for a starting date
EDATE ;sets DIR call to ask the user for an ending date (optional)
CKDATE ; Make sure the end date is not older than the start date.
EXIT ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!?18,"Nature of Order or Order Status Search.",!?15,"This report is formatted for 132 column output."
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,?32,"REQUEST QUEUED"
  • Line Location: TASK+8
Function Call: WRITE
  • Prompt: !!,?10,"The starting date must be older than the ending date.",!,?10,"Please re-enter start and end dates.",!!
  • Line Location: CKDATE+2
Info |  Source |  Entry Points |  Interaction Calls