Instructions for installing the fix for appending to a SYBASE table with an identity column 1) go to our web site: http://www.sas.com/techsup/download/maint/access/sybase/SOL2/8.20 2) download the following files: sasiosyb.identity syslx111.identity in binary format 3) cd !SASROOT/sasexe 4) cp sasiosyb sasiosyb.orig 5) cp syslx111 syslx111.orig cp sassyb sassyb.orig (unless sassyb is a link) 6) cd to directory where files were downloaded to 7) cp sasiosyb.identity !SASROOT/sasexe/sasiosyb 8) cp syslx111.identity !SASROOT/sasexe/syslx111 9) Create the sassyb file by either of the 2 methods below: a) If the sassyb file in !SASROOT/sasexe is a link, remove this link and create a new link using the syslx111 file. For example, ln -s !SASROOT/sasexe/syslx111 sassyb b) Copy the syslx111 to !SASROOT/sasexe/sassyb