SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33785: A disk-seeking error occurs when you use the EXPORT procedure to export JMP® files larger than 2 gigabytes

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to PC FilesMicrosoft® Windows® for 64-Bit Itanium-based Systems9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS1M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS1M09.2 TS2M0
Microsoft Windows XP 64-bit Edition9.2 TS1M09.2 TS2M0
Microsoft® Windows® for x649.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 Server 2003 Standard Edition9.2 TS1M09.2 TS2M0
Microsoft Windows XP Professional9.2 TS1M09.2 TS2M0
Windows Vista9.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.