Question about using .bat file to execute .JSL script
Hello folks,I have a .bat file that I run on scheduler that executes a .jsl file:"C:\Program Files\SAS\JMP\9\JMP.exe" "C:\ivb raw data\Lstep table merge.jsl"The problem is that after it executes the script successfully, it won't advance to the next command in the .bat file, which is to zip and move the files over.Eventually, I decided to exit JMP (no files were open since I closed them all using t...