I just want to know how you load datasets, defining its characteristics? EG. using the command quote site lrecl = 500 recfm = fb
Well, the command was accepted when I tried to use it, but the problem is that when I tried to upload the file using the “send” ftp command, it hangs and definitley closes the session.
This is an example: http://www.mvsforums.com/helpboards/recent.php?sid=dab6b1f3cda149c7d7db855d90acaab1
ftp> quote site lrecl=500 recfm=fb
200 SITE command was accepted
ftp> send C:\test\test.txt 'ADM.SAMPLE.TEST'
200 Port request OK.
425 Can't open data connection.
ftp>
Any help would be appreciated. Thanks.
source
share