Upload to the mainframe using FTP

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.

+3
source share
3 answers

- ftp . ( , ), , .

+1

, , . . , ? ADM.SAMPLE.TEST 500 ? , , ftp.

+1

.

u = SYSDA rec = VB lr = 6144 blk = 0 ucount = 2 tr pri = 3000 sec = 200

:

  • = SYSDA
  • =
  • = 6144
  • = 0
  • = 2
  • ( )
  • primary space = 3000
  • secondary space = 200
0
source

Source: https://habr.com/ru/post/1709507/


All Articles