Hello JMPers,
I'm creating a dataset by retrieving data from Oracle. Immediately after getting the data I want to save it, using a name chosen by the user. The JSL looks like this:
dt = open database(dsn_string, sql_statement, "MedDRA Categories");
dt << save();
However, I don't get the File > Save dialog. Instead it just tries to save the file (somewhere?) and the log shows the error messages
The file cannot be opened for writing, opening for reading only.
This file could not be saved with the given name.
Thanks!