I have a python zosftplib function call that submits a MVS job successfully, but it does not recognize that the job completed and it does not receive the JES output from the job. I can successfully make the MVS FTP connection and can upload and download files.
The code looks like this: job = Myzftp.submit_wait_job(jcl)
The call eventually displays the following error message.
File "C:\Python27\lib\site-packages\zosftplib.py", line 410, in submit_wait_job %(msg, resp)) ZftpError: 'submit_wait_job error: 550 JesPutGet aborted, job not found (last response:250 Transfer completed successfully.)'
Any suggestions would be helpful on how I can resolve this.