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

Package: DSS Extracts

Routine: ECXFMTR


Information

ECXFMTR ;ORL/NJW - MAS MOVEMENT TYPE REPORT ; Apr 08, 2024@15:13:43

Source Information

Source file <ECXFMTR.m>

Entry Points

Name Comments DBIA/ICR reference
DSSFILE ; Pull the data from the files
EN1 ; Report proper
CLEANUP ; Cleanup TMP
ACTIVE ;Build Active List Linking 405.1 and 405.2
BUILD ; Build Report
PRINT ; Loop throught the list and display
HEADER ; Write out the display header
PAUSE ; Ask if the user wants to continue [or quit (Set OK=0)]

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"No Movement Types to display"
  • Line Location: PRINT+7
Function Call: WRITE
  • Prompt: !,CODE,?7,$P(DATA,"^"),?49,$P(DATA,"^",2)
  • Line Location: PRINT+21
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HEADER+2
Function Call: WRITE
  • Prompt: "MAS Movement Type List",?35,$$FMTE^XLFDT($$NOW^XLFDT),?72,"Page ",PAGE
  • Line Location: HEADER+3
Function Call: WRITE
  • Prompt: !,"IEN",?7,"NAME",?49,"TRANSACTION TYPE"
  • Line Location: HEADER+4
Function Call: WRITE
  • Prompt: !,LN
  • Line Location: HEADER+5
Function Call: WRITE
  • Prompt: !
  • Line Location: PAUSE+2
Info |  Source |  Entry Points |  Interaction Calls