/**========================================================================== /** NAME: import.aml /** TITLE: Import ArcInfo interchange files /** PURPOSE: Imports the files listed in the body of this file for the /** Spatial digital database for the geologic map of Catalina /** Core Complex and San Pedro Trough. /** USAGE: Arc: &run import.aml /** REQUIRES: The interchange (.e00) files listed in the body of this file. /** CREATED: BY: Doug Hirschberg DATE: Aug. 1, 2002 /** This program has been tested and has worked to perform the /** specified purpose. No warranty is expressed or implied as /** to its performance on any other system. /**========================================================================== &echo &on /****** BAILOUT SETUP ****** &severity &error &routine bail_rou import cover ccc125k.e00 ccc125k import cover cccpnt.e00 cccpnt &echo &off /******* NORMAL END PROGRAM ****** &return %AML$FILE% has ended successfully! /******* BAILOUT ROUTINE ******* &routine bail_rou &return Error in: %AML$FILE% line: %AML$ERRORLINE%, stopping!