BookmarkSubscribeRSS Feed
_LB
Fluorite | Level 6 _LB
Fluorite | Level 6
Does anyone know how to append data from data set to an MS access table with same variables?
Thanks Lawrence
2 REPLIES 2
Bill
Quartz | Level 8
Lawrence;

A method I have used is to proc import the original access dataset, append the new data inside of SAS and then proc export the new larger dataset as an over write of the old.

Bill