SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 66644: The DBSASLABEL=DBMS data set option does not generate column labels from column names when you use it with SAP HANA tables

DetailsHotfixAboutRate It

The DBSASLABEL=DBMS data set option does not generate column labels from the column names when you use it with SAP HANA tables.

For example, you encounter the issue if you run code similar to the following:

libname hanalib saphana dsn=hnatest user=myusr1 password=mypwd1;
proc sql;
create table work.hasLabels as
select * from hanalib.hasHanaLabels(dbsaslabel=DBMS);
quit;
proc contents data=work.hasLabels;
run;

If you run this code and your SAP HANA table has labels, the hasLabels SAS data set should have labels. Instead, the hasLabels data set returns the column name as a label, not as an actual database label.

To obtain a fix for this issue, contact SAS Technical Support.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/ACCESS Interface to SAP HANALinux for x64V.03.042020.1.1ViyaViya
Microsoft® Windows® for x649.452020.1.19.4 TS1M6Viya
64-bit Enabled AIX9.452020.1.19.4 TS1M6Viya
64-bit Enabled Solaris9.452020.1.19.4 TS1M6Viya
HP-UX IPF9.452020.1.19.4 TS1M6Viya
Solaris for x649.452020.1.19.4 TS1M6Viya
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.