With the release of Informix 6.00, the restructuring of Informix libraries has caused necessary changes to the SAS installation/build procedure for SAS/ACCESS to Informix. These changes will be released in the normal SAS maintenance process in 6.09 2nd maintenance. To circumvent this change in the meantime, you can do the following to gain support for these Informix releases: 1. Download the module techsup/download/maint/access/informix/SOL2/nfsql600.o Note: Don't forget to use binary mode on the transfer. 2. Place the module in the SAS directory: sas609/saspgm/dbi/obj 3. Edit the script called: sas609/install/zdbinfx.ins And modify the line: cp ${saspath}/obj/nfxsql50.o ${saspath}/obj/nfxsql.o To look like: cp ${saspath}/obj/nfsql600.o ${saspath}/obj/nfxsql.o 4. cd sas609 sasmanager .. Product Specific .. SAS/ACCESS .. Informix .. Rebuild the access module 5. Should be ready to roll with Informix 6.00.