The task scheduler in windows never stop running my script.
Hi allI have made a script to daily report a Html file. I am using Task scheduler in windows 10 to run the jsl every day. I haveto Action: "C:\Program Files\SAS\....\14\jmp.exe", location: "C:\....\myscript.jsl"I have closed all tables in the script and put Quit("no save"); at the end, but the job is running for ever with no result and stopping.Has any one a solution or any clue? Thanks