FTP directly to SPOOL

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
magnus
Posts: 26
Joined: Tue Jun 09, 2009 7:11 am
Location: Stockholm, Sweden

FTP directly to SPOOL

Post by magnus »

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
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: FTP directly to SPOOL

Post by dovetail »

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).
magnus
Posts: 26
Joined: Tue Jun 09, 2009 7:11 am
Location: Stockholm, Sweden

Re: FTP directly to SPOOL

Post by magnus »

Thanks, I tried BPXWDYN with Co:Z SFTP and it works exactly the way I wanted it to.
Post Reply