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

Package: IFCAP

Routine: PRCOER2


Information

PRCOER2 ;WISC-EDI REPORTS USING LIST MANAGER CONT ; [8/31/98 1:42pm]

Source Information

Source file <PRCOER2.m>

Entry Points

Name Comments DBIA/ICR reference
V ;;5.1;IFCAP;;Oct 20, 2000
EN ; enter from tasked job
EN1 ; those transactions still waiting Austin feedback
STOP ; quit and return to listman
HED ; header for report
ZIS ; ASK DEVICE will return PRCOPOP if QUEUED
1
CLOSE
EN2
END

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: V+4
Function Call: WRITE
  • Prompt: !!
  • Line Location: V+13
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,"Summary of Processed Records: ",!
  • Line Location: EN1+20
Function Call: WRITE
  • Prompt: !?5,"# of accepted (ACT) records - ",$J(ACNT,8)
  • Line Location: EN1+21
Function Call: WRITE
  • Prompt: !?5,"# of rejected (RJT) records - ",$J(PCNT,8)
  • Line Location: EN1+22
Function Call: WRITE
  • Prompt: !?35,"---------"
  • Line Location: EN1+23
Function Call: WRITE
  • Prompt: !?35,$J(TCNT,8),!
  • Line Location: EN1+24
Function Call: WRITE
  • Prompt: !,"Summary of Transactions Waiting Austin Processing",!
  • Line Location: EN1+26
Function Call: WRITE
  • Prompt: !?5,"# of PHA records - ",$J(PHA,8)
  • Line Location: EN1+27
Function Call: WRITE
  • Prompt: !?5,"# of RFQ records - ",$J(RFQ,8)
  • Line Location: EN1+28
Function Call: WRITE
  • Prompt: !?5,"# of TXT records - ",$J(TXT,8)
  • Line Location: EN1+29
Function Call: WRITE
  • Prompt: !?23,"---------"
  • Line Location: EN1+30
Function Call: WRITE
  • Prompt: !?24,$J(NOTCNT,8)
  • Line Location: EN1+31
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+5
Function Call: WRITE
  • Prompt: !!
  • Line Location: HED+1
Function Call: WRITE
  • Prompt: $$CJ^XLFSTR(HEADER,80),!
  • Line Location: HED+3
Function Call: WRITE
  • Prompt: $$CJ^XLFSTR($$REPEAT^XLFSTR("-",$L(HEADER)),80),!
  • Line Location: HED+4
Function Call: WRITE
  • Prompt: !?2,"Date Range for Report: ",$$FMTE^XLFDT(PRCOBEG)_" to "_$$FMTE^XLFDT(PRCOSTOP),!!
  • Line Location: HED+5
Function Call: WRITE
  • Prompt: !
  • Line Location: ZIS+3
Info |  Source |  Entry Points |  Interaction Calls