我通过直接连接将文件从 UNIX 发送到 MAINFRAME 服务器。我能够成功上传文件。在目标主机上,收到文件时,它不可读,并且与我从 UNIX 服务器发送的格式不同。
下面是传输工作
Direct> Enter a ';' at the end of a command to submit it. Type 'quit;' to exit CLI.
submit maxdelay=unlimited TINIRS process snode=b1ap005
TRANSMIT copy from (file=myFile.txt
pnode
sysopts=":datatype=text"
)
ckpt=1k
to (file=myFile.txt(+1)
snode
DCB=(DSORG=PS,RECFM=VB,LRECL=1500)
disp=(new)
)
pend ;
请让我知道需要更新 DCB 值。我发送的文件有 3 条可变长度记录,最大记录长度为 1500。