LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (January 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 18 Jan 2006 16:59:06 -0500
Reply-To:     Kelly Kieler <kelly.kieler@CUNAMUTUAL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kelly Kieler <kelly.kieler@CUNAMUTUAL.COM>
Subject:      Loading to SQL Server via Proc Append

Hello, I am updating a SQL Server 2000 table via Proc Append using OLEDB connection. I load all columns except for the tables ID column. I am letting SQL Server create that. The table loads but gives me a warning message of WARNING: Variable Fact_SKEY was not found on DATA file. I am using the following Options: BULKLOAD=YES BL_KEEPIDENTITY=NO IGNORE_READ_ONLY_COLUMNS=YES. The batch job loads all the records but then abends with a U0009. Does anyone know of a system variable that I can reset so that the job doesn't abend?


Back to: Top of message | Previous page | Main SAS-L page