#
#	GeoTAX Database Information Utility 
#
#       This file is used to set up the environment specific to
#       the GeoTAX Database Information Utility and run the job.
#
#
if [ -s "$G1GTXDB/us.z9" ]
then
	DD_PRNTRPT=$G1GTX/data/dbinfo.rpt;                       export DD_PRNTRPT
  $G1ECHO "\nGeoTAX Database Information Utility running..."
	$G1RTS/bin/runcbl $G1GTX/lib/GTBMINFO.acu
	$G1ECHO "\nPlease view job output in file dbinfo.rpt in the data directory."
else
	$G1ECHO "\nPlease install the GeoTAX database before running this utility."
  exit 1
fi
exit 0
