Mainframe Job Abending @ COZ step

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
tomltran7@gmail.com
Posts: 5
Joined: Fri Oct 05, 2018 1:55 pm

Mainframe Job Abending @ COZ step

Post by tomltran7@gmail.com »

Mainframe batch job is abending randomly when trying to push sftp file from mainframe .

the job creates the new GDG version that needs to be sFTP ed.
the put statement is using gdg base (+1) to push the file.

PUT //filename.new(+1) filename.timestamp.pst

It worked for many jobs but few of them are abending with below message
"The put command does not support upload of a new GDG generation, HLQ.GDG(+1), when GDGNT is set "..

However, if we code the JCL with GDG(+0) the job never abends but it is picking up older version and trying to sftp. Kindly review and advise if you have seen similar issue and how to address this..

thanks.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Mainframe Job Abending @ COZ step

Post by dovetail »

Have you upgraded Co:Z to version 6.0.0 or later?
If so, please review the release notes for 6.0.0 regarding the new default setting for GDGNT here:
https://dovetail.com/docs/cozinstall/changes.html
Post Reply