Hi.
I know that this is not really a Co:Z question but someone might have an idea...
I just want to know if there is a way to do a FTP PUT directly to the JES2 output que, without having to store the file on a DS first.
So to clarify, what I would like to do is:
PUT myfile.txt JES2que
Br. Magnus
FTP directly to SPOOL
Re: FTP directly to SPOOL
Magnus,
I don't believe that this is possible with IBM FTP, but you might ask on the ibm-main list.
With Co:Z SFTP, you can use the bpxwdyn settings like "sysout", "writer", etc to dynamically allocate and put to an arbitrary sysout file. You can also get (read) spool files with Co:Z SFTP (IBM FTP does that also).
I don't believe that this is possible with IBM FTP, but you might ask on the ibm-main list.
With Co:Z SFTP, you can use the bpxwdyn settings like "sysout", "writer", etc to dynamically allocate and put to an arbitrary sysout file. You can also get (read) spool files with Co:Z SFTP (IBM FTP does that also).
Re: FTP directly to SPOOL
Thanks, I tried BPXWDYN with Co:Z SFTP and it works exactly the way I wanted it to.