BookmarkSubscribeRSS Feed
sree161
Calcite | Level 5

Hi,

 

I have installed SAS universal viewer and copied dll's from SAS home directory.

 

Iam using below code in ASP.NET application to read .xpt files and convert to SAS dataset.

 

 

 

 

using SAS.UV.Transport;

 

 

SAS.UV.Transport.TransportFile tf = new SAS.UV.Transport.TransportFile(@"D:\tildra-pss\adlb.xpt");

var x = tf.Datasets;

 

 

 

 

 

Please find the attached screenshots for the errors raised.

 

 

Thanks

5 REPLIES 5
ChrisHemedinger
Community Manager

I'm afraid we can't help you with this.  We do not support any APIs related to using components of the SAS Universal Viewer in this way.

 

You might be able to accomplish what you need directly with the SAS OLE DB Local Data Provider.  See the "cookbook" documentation and search for XPT.

 

And I have some examples in this OLE DB blog series.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
AlanC
Barite | Level 11

The code appears to be from a blog post of mine in 2011. I have just updated it showing you how to fix the issue:

 

http://savian.blogspot.com/2011/02/sas-transport-files-and-net.html

 

https://github.com/savian-net
ChrisHemedinger
Community Manager

Thanks @AlanC .  Of course, SAS still doesn't officially support that use of piecemeal DLLs from a packaged product.  But, as my daughters like to say, you do you. 😉

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
AlanC
Barite | Level 11
Yeah, I know 😉

I took the time to figure it all out in binary but it was a very long week to get the floats figured out (it also got coded years after I put that blog post up).

I may release the binary code at some point but not w/o thinking about it a bit.


https://github.com/savian-net
HenningBW
Calcite | Level 5
You also need to include the file SAS.UV.Utility.dll

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Update

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1690 views
  • 0 likes
  • 4 in conversation