The TIGERCD.CPO file is a transport file containing an updated version of the SAS/GIS Map Extraction Utility. This file must be transferred in BINARY mode or it will become corrupt. Once you have downloaded the TIGERCD.CPO file, it must be taken out of CPORT format. This is accomplished by submitting the following code from the SAS Program Editor window. Note that you must have WRITE authority to the SASHELP library in order to successfully CIMPORT the file. FILENAME CPTFILE 'host-filename'; PROC CIMPORT FILE=CPTFILE CAT=SASHELP.GISIMP; RUN; The CPTFILE fileref points to the CPORT file that was just downloaded. SASHELP.GISIMP is the SAS catalog where the utility will be installed. The previous version of the utility will be overwritten. If you have comments or questions, please contact SAS Institute Technical Support at 919/677-8008. <----------------------------------------------------------------------> SAS/GIS Software is a trademark of SAS Institute Inc. in the USA and other countries. Copyright (c) 1996, SAS Institute Inc. Unpublished - All Rights Reserved. Restricted Rights Legend: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph c(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013. SAS Institute Inc., SAS Campus Drive, Cary North Carolina USA 27513 <---------------------------------------------------------------------->