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

BDGH05.m

Go to the documentation of this file.
  1. BDGH05 ; IHS/ANMC/LJF - INTRO TEXT FOR SYSTEM SETUP MENU ;
  1. ;;5.3;PIMS;;APR 26, 2002
  1. ;
  1. Q
  1. ;
  1. EAP ;EP; intro text for Edit ADT Parameters
  1. NEW BDGX
  1. D DISPLAY(5)
  1. Q
  1. ;
  1. ICF ;EP; intro text for Initialize Census Files option
  1. NEW BDGX
  1. D DISPLAY(3)
  1. Q
  1. ;
  1. SAF ;EP; intro text for Setup ADT Files option
  1. NEW BDGX
  1. S BDGX(1)="Use this option to add local entries to standard ADT files"
  1. S BDGX(2)="and to edit local fields in those same files."
  1. D DISPLAY(2)
  1. Q
  1. ;
  1. DISPLAY(N) ; -- display array with N lines
  1. S BDGX(1,"F")="!!!?5"
  1. F I=2:1:N S BDGX(I,"F")="!?5"
  1. S BDGX(N+1,"F")="!!"
  1. D EN^DDIOL(.BDGX)
  1. D VAR^BDGVAR ;makes all options able to run independently
  1. Q