- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Problem with Clear log () in JMP14
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Problem with Clear log () in JMP14
This issue should probably be passed on to the support folks at JMP
support@jmp.com
Jim