How to Schedule JSL and Python Scripts Sequentially in JMP 19
"I am a JMP 19 user. I would like to automate a JSL script to run every morning at 7:00 AM, which fetches data from Oracle via ODBC, updates the data table, and saves it as an .xlsx file. Subsequently, I want to execute a Python script at 8:00 AM that imports that .xlsx file, performs various operations, and sends the results via email. I already have both the JSL and .py files—how can I automate ...