SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 18400: Different column Format is given when using ORDER BY and a date literal within a SELECT statement using the Sybase engine

DetailsHotfixAboutRate It

A different column format is given when using an ORDER BY clause and a date literal within a SELECT statement with SAS/ACCESS® Interface to Sybase. When using a datetime, date or time literal with PROC SQL, implicit SQL Pass-Through is used and is not using the CONVERT function before sending the value to the database, therefore giving a different format.

An example of this is included below:

libname tgm_data sybase user=newuser pw=newpwd; %let datum='24Apr2006'd; proc sql; create table x as select &datum as zeit_dat, * from tgm_data.class order by sex; create table z as select &datum as zeit_dat, * from tgm_data.class; quit;

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to SybaseMicrosoft Windows XP Professional9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Professional9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled Solaris9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP49.2 TS1M0
Linux9.1 TS1M3 SP49.2 TS1M0
Linux on Itanium9.1 TS1M3 SP4
HP-UX IPF9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled AIX9.1 TS1M3 SP49.2 TS1M0
Tru64 UNIX9.1 TS1M3 SP49.2 TS1M0
* 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.