Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BAREDP

BAREDP.m

Go to the documentation of this file.
  1. BAREDP ; IHS/SD/LSL - NO DESCRIPTION PROVIDED ;
  1. ;;1.8;IHS ACCOUNTS RECEIVABLE;;OCT 26, 2005
  1. ;; ;
  1. EN ; -- main entry point for BAR ERA Claim Report
  1. D EN^VALM("BAR ERA Claim Report")
  1. Q
  1. ; *********************************************************************
  1. ;
  1. HDR ; -- header code
  1. S VALMHDR(1)="This is a test header for BAR ERA Claim Report."
  1. S VALMHDR(2)="This is the second line"
  1. Q
  1. ; *********************************************************************
  1. ;
  1. INIT ; -- init variables and list array
  1. F LINE=1:1:30 D SET^VALM10(LINE,LINE_" Line number "_LINE)
  1. S VALMCNT=30
  1. Q
  1. ; *********************************************************************
  1. ;
  1. HELP ; -- help code
  1. S X="?"
  1. D DISP^XQORM1
  1. W !!
  1. Q
  1. ; *********************************************************************
  1. ;
  1. EXIT ; -- exit code
  1. Q
  1. ; *********************************************************************
  1. ;
  1. EXPND ; -- expand code
  1. Q