Hello,
I am using SAS VIYA LTS 2023.03 and I have created a SAS Job to upload and validate some xlsx files.
If I am only using the value "execute" parameter _action the job runs ok
<input type="hidden" name="_action" value="execute"/>
When I tried to add the value "wait", the animation "Please wait" is displayed, but the job is not running and returns the message "Job was cancelled".
<input type="hidden" name="_action" value="execute,wait"/>
Thank you for your suggestions.
Regards,
smm662002