Hi Team,
I have been using the SAS Access to R3 interface to connect to SAP tables and successfully registered the required metadata for tables in DI Studio.Though it is fine,when I'm trying to create a join on these SAS views to extract required data, it is failing because internally these physical table names start with "/BI0/XXXXXXXXX" and SAS displays it as "_BI0_XXXXXXXX".I cannot load the entire data into separate tables and then extract as it will eat away my space leading to data duplication.I have tried enabling special characters in physical storage under properties of table,but it was of no use.
Please let me how to use these "/BI0/XXXXXXXXX" tables directly in my join.Any help is greatly appreciated.
Thanks,
Maddy
Used an alias for that table and it was fine.
If you experiment with the SAS option VALIDVARNAME = ANY and reference the tables like so: ""/BI0/XXXXXXXXX"n then that might possibly work as well.
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.
Find more tutorials on the SAS Users YouTube channel.