The purpose of this paper is to provide information on getting started with automating JMP® 6 using C# .NET. This document discusses how to automate the more common tasks involved in analyzing data such as how to create a data table, run an analysis, display options within the analysis, select portions of the analysis report, and save results to a file. The final section describes the interface between automation and the JMP Scripting Language (JSL).

This paper does not discuss how to setup a project or create forms. The code provided was written using Microsoft Visual Studio .NET 2003.
How to Create a Data Table
There are several methods for creating a JMP data table.
• Open a file with a known extension.
• Open a table within a database.
• Open a text file.
• Create the table from scratch.

Download pdf Automating JMP