Problem Note 33785: A disk-seeking error occurs when you use the EXPORT procedure to export JMP® files larger than 2 gigabytes
A disk-seeking error occurs when you use PROC EXPORT to export JMP files that are larger than 2 gigabytes, as shown in this example:
proc export outfile="c:\temp\out_big.jmp"
data=x.big
dbms=jmp replace;
run;
An error similar to the following is generated:
Disk Seeking Error
NOTE: "c:\temp\out_big.jmp" file was successfully created.
This problem occurs even if a note appears saying that the JMP data file was successfully created.
To circumvent the problem, export the file as a tab-delimited text file, using a value of TAB for the DBMS= option. Then import the tab-delimited text file into your JMP software.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to PC Files | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft® Windows® for x64 | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 9.2 TS1M0 | 9.2 TS2M0 |
Windows Vista | 9.2 TS1M0 | 9.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.
When you use the EXPORT procedure to export JMP files larger than 2 gigabytes, disk-seeking errors occur. The JMP file will not be created.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-03-06 14:14:36 |
Date Created: | 2008-10-28 17:07:53 |