cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
tom_abramov
Level V

I/O problem

Hello,

I have some data table loaded from SQL by query.

When I try to close it, I get an "I/O problem" message (see attached).

My close command is: close(Data Table("MyTable"),nosave);

What may be a reason for the error?

Jmp still closes the table,so what can I do for JMP will not show the error message?

 

Thanks,

BG, Tom.

 

Screen Shot 05-22-17 at 12.46 PM.PNG

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: I/O problem

Is it possible that your table called "My Table" was created using

     Tables==>Summary

or one of the other Tables platforms that creates a "Linked" data table, and that you already deleted the original table, and since "My Table" was linked, it was therefore closed when the original table was closed.  Which results in an error code when trying to close a table that is already closed?

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: I/O problem

Is it possible that your table called "My Table" was created using

     Tables==>Summary

or one of the other Tables platforms that creates a "Linked" data table, and that you already deleted the original table, and since "My Table" was linked, it was therefore closed when the original table was closed.  Which results in an error code when trying to close a table that is already closed?

Jim