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

XBTMPR.m

Go to the documentation of this file.
  1. XBTMPR ; IHS/ADC/GTH - TECH MANUAL : PREFACE ; [ 02/07/97 3:02 PM ]
  1. ;;3.0;IHS/VA UTILITIES;;FEB 07, 1997
  1. ;
  1. NEW XBCTR
  1. F XBCTR=1:1 S X=$P($T(PREFACE+XBCTR),";;",2) Q:X="" D PR^XBTM(X)
  1. D ^DIWW
  1. Q
  1. ;
  1. PREFACE ;;
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|PREFACE
  1. ;;
  1. ;;This document is designed primarily for RPMS application
  1. ;;programmers. Area and site IRM personnel can find this
  1. ;;document helpful in understanding how the XB/ZIB utility
  1. ;;routines operate.
  1. ;;
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|INTRODUCTION
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|
  1. ;;The IHS/VA UTILITIES are in the XB
  1. ;;namespace, for routines that are not MUMPS
  1. ;;implementation specific. Routines that are implementation specific
  1. ;;will be in the ZIB namespace.
  1. ;;
  1. ;;Programmer tools are available from programmer mode thru the
  1. ;;menu-driver routine XB.
  1. ;;
  1. ;;There are no files associated with this package.
  1. ;;
  1. ;;To aid in your reading the routines, if required, the following
  1. ;;style guidelines have been followed in most of the routines.
  1. ;;|SETTAB("C")||TAB|
  1. ;; (1) all NEW and KILL commands are not abbreviated;
  1. ;;|SETTAB("C")||TAB|
  1. ;; (2) only one command scope per line;
  1. ;;|SETTAB("C")||TAB|
  1. ;; (3) unconditional GOs/QUITs are followed by a comment line;
  1. ;;|SETTAB("C")||TAB|
  1. ;; (4) lines with labels have no executable code;
  1. ;;|SETTAB("C")||TAB|
  1. ;;|SETTAB("C")||TAB|