Hello everyone, do you know how to specify the record length when send txt file to AS400? Below is by default and the record length is 1024byte. Thanks.
TO (SNODE DSN=&OUTDSN
SYSOPTS=\"\
\TYPE(FILE)\
\FILETYPE(*DATA)\
\"\
DISP=RPL
)