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

BTIUH2.m

Go to the documentation of this file.
  1. BTIUH2 ; IHS/ITSC/LJF - MISC HELP TEXT ;
  1. ;;1.0;TEXT INTEGRATION UTILITIES;;NOV 04, 2004
  1. ;
  1. DELHELP ;EP; -- help for deleting garbage filing entries
  1. ; called by TIURE,TIUPEVNT
  1. D MSG("Enter either 'Y' or 'N'",1,0,0)
  1. D MSG("If the report could not be uploaded because the document",1,0,0)
  1. D MSG("is not a valid report type, then by answering YES you",1,0,0)
  1. D MSG("will be deleting this document completely.",1,0,0)
  1. Q
  1. MSG(DATA,A1,A2,A3) ; -- calls write utility
  1. D MSG^BTIUU(DATA,A1,A2,A3) Q