Controlling dataset placement created by sftp

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
demyers1
Posts: 7
Joined: Thu Nov 04, 2021 10:18 pm

Controlling dataset placement created by sftp

Post by demyers1 »

IBM FTPD Server parms have parameters that can be used to control what DATACLAS and STORCLAS are used for new data set allocations.
Is there a similar capability for the Dovetail SSHD server ??

How can I control newly created data set placement ??

I'm referring to the case where I'm Sftping into an MVS dataset....

example:
\nls /+recfm=fb,lrecl=1024,blksize=10240,space=trk.&TEMPSP..&TEMPSP
\nput USERID.SMF.TRS //USERID.TRS"
>/u/dsgdem/ftp-batch


Thanks,
Dave
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Controlling dataset placement created by sftp

Post by dovetail »

You can use the "DATACLAS" and "STORCLAS" dynamic allocation options in Co:Z SFTP.
For a complete list of dynamic allocation options, see: https://dovetail.com/docs/sftp/options. ... ns_bpxwdyn

If you want to configure default options (user-specific, or site-wide), see: https://dovetail.com/docs/sftp/config.h ... r_overview
Post Reply