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

RMPRN7S.m

Go to the documentation of this file.
  1. RMPRN7S ;HINES IOFO/HNC -NPPD SORT LOGIC ;2/14/01
  1. ;;3.0;PROSTHETICS;**57**;Feb 09, 1996
  1. ;
  1. ;
  1. DISP ;display info before dir call
  1. W !
  1. W !,?6,"2529-3 Form Type Only"
  1. W !,?6,"====================="
  1. W !,?6,"This Represents Prosthetic Lab Transactions"
  1. Q
  1. ;
  1. ;
  1. HDR(X) ;display nppd sort header new or used
  1. I X="D" S X="2529-3 LAB DETAIL"
  1. I X="B" S X="2529-3 LAB BRIEF"
  1. Q X
  1. END ;