SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 34254: How to allow a numeric value enclosed in quotation marks to be read in as numeric variable with PROC IMPORT or the IMPORT WIZARD

DetailsHotfixAboutRate It

When using PROC IMPORT or the Import Wizard to read in an external file, values enclosed in quotation marks are automatically created as character variables. Even if the value is numeric like "12345" and is enclosed in quotation marks, the value will be created as a character variable instead of a numeric variable. To prevent a numeric value enclosed in quotation marks from being read in as character when using either PROC IMPORT or the Import Wizard, you can submit the following %LET prior to PROC IMPORT or the Import Wizard:

   %let EFI_QUOTED_NUMERICS = yes;

By submitting the above %LET prior to PROC IMPORT or the Import Wizard, the numeric value enclosed in quotation marks will be read as a numeric variable.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASSolaris for x649.2 TS1M09.2 TS2M0
Linux for x649.2 TS1M09.2 TS2M0
OpenVMS on HP Integrity9.2 TS1M09.2 TS2M0
Linux9.2 TS1M09.2 TS2M0
64-bit Enabled Solaris9.2 TS1M09.2 TS2M0
HP-UX IPF9.2 TS1M09.2 TS2M0
64-bit Enabled HP-UX9.2 TS1M09.2 TS2M0
Windows Vista9.2 TS1M09.2 TS2M0
64-bit Enabled AIX9.2 TS1M09.2 TS2M0
Microsoft Windows XP Professional9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Standard Edition9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS1M09.2 TS2M0
Microsoft® Windows® for x649.2 TS1M09.2 TS2M0
Microsoft Windows XP 64-bit Edition9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS1M09.2 TS2M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS1M09.2 TS2M0
* 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.