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

Package: IFCAP

Routine: PRCPUREP


Information

PRCPUREP ;WISC/RFJ-printing report utilities ;14 Feb 92

Source Information

Source file <PRCPUREP.m>

Entry Points

Name Comments DBIA/ICR reference
END ; end of report print information
SCRPAUSE() ; returns screen=1 for pause, 0 for no pause when
; printing reports.
USER(USERDUZ) ; return user name
INITIALS(USERDUZ) ; returns initials
KEY(KEY,USERDUZ) ; returns 1 for owner of key
R ; press return to continue
P ; pause

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,PRCPDIOE(I)
  • Line Location: END+4
Function Call: WRITE
  • Prompt: !
  • Condition for execution: $X>2
  • Line Location: END+5
Function Call: WRITE
  • Prompt: "[END OF REPORT]",$E(%,1,M),"[USER:",$E($$USER(DUZ),1,10)_"]"
  • Line Location: END+5
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+8
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: R+1
Function Call: WRITE
  • Prompt: !,"<Press RETURN to continue>"
  • Line Location: R+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: P+1
Info |  Source |  Entry Points |  Interaction Calls