Create Table and then Save it in JSL
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
T...