cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

Problem with Clear log () in JMP14

r23426
Level II

Hi,

 

I have a problem with the clear log (); instruction.

It was working well in jmp 12, 11, 10, etc...

But with the new JMP14 ( Iswitch about 1 month ago), some time it works, some time not. 

 

All my scripts start with this header:

 

Names Default to here (1);	// set all variables as local
Open log (1);	clear log();
include("My_own_path.jsl");  // define the path stored in include_path variable// Real script starts belwo this comment line

Any idea where my pb comes from ?

3 REPLIES 3
msharp
Super User (Alumni)


Re: Problem with Clear log () in JMP14

I run similar scripts and haven't had an issue with JMP 14. The fact that it's intermittent is also mysterious. I'd recommend re-installing and see if that helps. If it doesn't I'd submit a ticket to support@jmp.com and be sure to tell your JMP Version, Operating System, ect.

Also, syntax wise, you shouldn't have spaces between your function name and function call. (e.g. Names Default to Here(1); not Names Default to here (1);). JSL is too forgiving with white-space and capitalization compared to other languages. I doubt this is your issue, but the interpreter could be having problems parsing the script... Best to always follow correct standards.
r23426
Level II


Re: Problem with Clear log () in JMP14

Hi thanks for the feed back.

I have correcetd some spacing as you mention, in my scrupts, but still the same problem ( not really a pb in fact, more a nuisance).

I confirm it is Ok with same script/same dataset on jmp12.

txnelson
Super User


Re: Problem with Clear log () in JMP14

This issue should probably be passed on to the support folks at JMP

     support@jmp.com

Jim