cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
vishwasanj
Level V

JMP exit code

Hi All,

 

My script works just fine but I do get this exit code -2147023895. Any idea what this is? I believe the exit code should be wither 0 or 1.

 

Maybe I am using a function in the wrong context.

 

Thank you.

 

3 REPLIES 3
Byron_JMP
Staff

Re: JMP exit code

Maybe a little more context might be helpful.

Are you trying to "exit()" jmp?  (PC or Mac?) 

What does your script do, and what is the "exit function" you are using?

JMP Systems Engineer, Health and Life Sciences (Pharma)
vishwasanj
Level V

Re: JMP exit code

Hi Byron,

Yes. I am using exit() . I am trying to plot a bunch of png graphs,text file in a folder through json input.

Byron_JMP
Staff

Re: JMP exit code

Your application sounds pretty interesting. The Behavior of "exit()" is puzzeling. Both Exit() and Quit() terminate the exitsting JMP session without returning anything unless there are tables that are open and unsaved. Then in that case you will see a dialog window to save, cancel, etc.. 

 

if "exit()" is commented out, does the script still return a numeric value?

 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Recommended Articles