We have a fairly straight-forward VMFTP macro that copies files from an
SFS subdirectory into a MVS PDS, each filename becoming the member name.
The return code from the put seems very odd. The return codes we observe
from successful puts are as follows: 

*       If the byte count is greater than or equal to 1000, then rc=250
*       If the byte count is less than 1000, then rc=byte count.
 
Has anyone seen this before? Is everything working as it should? If so,
are all real errors indicated by a return code >= 1000? If not behaving
itself, is the problem in FTP or VMFTP?

Regards, 
Richard Schuh 


Reply via email to