Problem Note 59621: SAS® formats are mistaken as unknown user-defined formats by the SAS® Scalable Performance Data Server views
When you submit SQL pass-through expressions that contain a SAS format and references, a SAS SPD Server view causes SAS to fail with a format error.
The following code replicates the issue.
libname test sasspds 'domain' server=spdsmachine.port user='anonymous';
data temp;
value1=10.5;
output;
run: proc SQL;
connect to sasspds(dbq='domain' server=spdsmachine.port user='anonymous');
execute(create view view1 as select put(value1,best.) from 51) by sasspds;
select * from connection to sasspds(select * from view1);
quit;
These errors are generated:
SPDS_ERROR: Format BEST SPDS_ERROR: SQL passthru expression contained errors. ERROR: SPDS Sql Passthru Error
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SPDS | SAS Scalable Peformance Data Server | Solaris for x64 | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
Linux for x64 | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
HP-UX IPF | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
64-bit Enabled Solaris | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
64-bit Enabled AIX | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
Windows 7 Enterprise x64 | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Datacenter | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
Microsoft Windows Server 2008 for x64 | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
Microsoft® Windows® for x64 | 5.3 | 5.3 HF1 | 9.4 TS1M4 | 9.4 TS1M4 |
*
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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-01-20 09:57:01 |
Date Created: | 2017-01-03 16:21:57 |