BookmarkSubscribeRSS Feed
FrancisR
Calcite | Level 5

1.  In 2014 we used a Base SAS92 program running on a WindowsXP PC to use a local Adabas ODBC driver to read Adabas D tables (version 15.01.07.21) on a Windows server. It ran cleanly and efficiently.
2.  In 2015 we used a Base SAS94 program running on a Red Hat Linux6.5 machine to use an Adabas ODBC driver to read Adabas D tables (version 15.01.07.21) on a Windows server. It ran very inefficiently: the unwanted Adabas D database utility "updatestatistics" was executed for every one of the 59 Adabas D tables. The Adabas ODBC driver resides on our SAS PC File Server Windows 2008 r2sp1 machine.
3.  The technically advanced SoftwareAG group in Europe state that it is not an Adabas D problem. It is a SAS problem. Something has changed in the way the SAS program connects to, or interrogates, the Adabas D database.
4.  We have tried many different investigations including checking DSN related SQL trace logs. We cannot find any reason for SAS94 to trigger the "updatestatistics" executable. Any ideas gratefully received.    25.11.2015.

1 REPLY 1
SASKiwi
PROC Star

Please provide Suspect A - the SAS program that was alleged to commit this heinous crime. Does the updatestatistics get triggered for all queries or just some? Are you using an SQL PASSTHRU query? If not I would try PASSTHRU - same problem?

 

How about installing SAS 9.4 on a PC, configured exactly like your SAS 9.2 setup. If it works exactly like SAS 9.2 then it can't be SAS 9.4 causing the problem, it must be something else.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 925 views
  • 0 likes
  • 2 in conversation