Hey guys,
I'm beginner in JMP's scritp and I want to know how I can use script to create a new table using Concatenate.
My script is:
dt = Open( "C:\EKS\ETAMS\concat1.jmp");
dt << Set Name ("conc1");
dt = Open( "C:\EKS\ETAMS\concat2.jmp");
dt << Set Name ("conc2");
dt << Concatenate("conc1", Output Table( "Combined" ));
But it's just opening the Concatenate window, it doesn't create a new table. What Am I doing wrong?
Please, help me! =(
Regards
Talita Shiguemoto