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

Package: Order Entry Results Reporting

Routine: OREOR0


Information

OREOR0 ; slc/dcm - Check things ;7/23/97 12:49

Source Information

Source file <OREOR0.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;Check for mutliple keys
ER ;Error check utility
DATE ;
ORYX ;Find things in the OE/RR Error file
YX ;
V1
VIEW(I,DETAIL) ;View log

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This utility identifies users that have more than one OR key assigned."
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !,"Users with more than one key can encounter problems when adding orders."
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,"Any users listed will need to have their Keys edited and correctly assigned.",!
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !,USER_" ("_IFN_") has more than 1 OR key: ",?60
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: "ORES "
  • Condition for execution: KEY1
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: "ORELSE "
  • Condition for execution: KEY2
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: "OREMAS"
  • Condition for execution: KEY3
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: !!,"This utility will look for errors that happened with a certain variable set."
  • Line Location: ER+2
Function Call: WRITE
  • Prompt: !,"You can even specify a specific value to look for.",!
  • Line Location: ER+3
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: ER+4
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: ER+5
Function Call: WRITE
  • Prompt: !,"Value (optional- enter 'NULL' to look for """"): "
  • Line Location: ER+5
Function Call: WRITE
  • Prompt: !,"List variables: "
  • Line Location: ER+6
Function Call: WRITE
  • Prompt: !
  • Line Location: DATE+1
Function Call: WRITE
  • Prompt: !,"No errors on that date",!
  • Line Location: DATE+3
Function Call: WRITE
  • Prompt: !!,IFN_". "_ERTXT
  • Line Location: DATE+7
Function Call: WRITE
  • Prompt: !?3,X,?15,EVAL
  • Line Location: DATE+8
Function Call: WRITE
  • Prompt: !!?10,"ORYX('ORERR' file search"
  • Line Location: ORYX+2
Function Call: WRITE
  • Prompt: !!,"No errors in the file."
  • Line Location: ORYX+3
Function Call: WRITE
  • Prompt: !!,"Enter text to search for (case sensitive & optional): "
  • Line Location: YX+4
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: YX+5
Function Call: WRITE
  • Prompt: " searching..."
  • Line Location: YX+8
Function Call: WRITE
  • Prompt: !,I_"=>"_Y
  • Line Location: YX+11
Function Call: WRITE
  • Prompt: !?12,^(J,0)
  • Line Location: YX+14
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: V1+0
Function Call: WRITE
  • Prompt: !!,"View #: "
  • Line Location: V1+0
Function Call: WRITE
  • Prompt: !?12,^(J,0)
  • Line Location: VIEW+3
Info |  Source |  Entry Points |  Interaction Calls