JSL: Send analysis to journal, and then save PDF
Hello, I've scripted JSL to create a control chart analysis.
I'd like to send the analysis to a journal, and then save the journal as a PDF file.
Here is the last line of code that isn't working:
jrn << Save PDF( "C:\test.pdf");
Any help would be appreciated!
//!
Names Default To Here(1);
dt = Open( "$SAMPLE_DATA/Quality Control/Diameter.jmp" );
dt << New Column ( "LOT", Character( 1
...
