I have table in Oracle whihc is haiving 120 crore records and i want to create Full extract in DB2 table and In our SAS job it takes 4/4.5 hours to load 4-5 crore records when it is running in LSF/schedular.
Kindly suggest the fastest mode by which the data can be imported to DB2. we have SAS DI studio, datafluxstudio, SAS EG amd using SAS 9.3 .
Do it in two steps. Pull the table into SAS, and then load it into DB2. You might suffer from (unnecessary) network congestion when you simultaneously read and write.
BTW, don't expect 1.200.000.000 records to go over in a flash. That IS a lot of data, and your network does have a limited bandwidth.
Calculate your physical data size (nobs x observation size), and relate that to your network bandwidth, to see if you are able to saturate the network. Once the connection is saturated, there's nothing you can do, with the exception of adding network cards and network paths.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.