Re: How many programs does it take to copy a UNIX file?

2019-11-01 Thread Seymour J Metz
At least IEHMOVE doesn't support paths.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Charles Mills 
Sent: Thursday, October 31, 2019 4:13 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How many programs does it take to copy a UNIX file?

And if you are a masochist, IEBGENER with //SYSUTn DD PATH=.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Kirk Wolf
Sent: Thursday, October 31, 2019 12:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How many programs does it take to copy a UNIX file?

Don't forget /bin/cp

Kirk Wolf
Dovetailed Technologies

PS> also the Co:Z "fromdsn" and "todsn" shell commands, which include
options for code page conversion, line terminators, padding, truncating,
wrapping, etc, etc.
https://secure-web.cisco.com/1J2oGUrneeBpAs_oka6xhrrEcPF2bvittcSp5Eiv6jTwAsrh5BE0DwUZ7mtZSsR7sPaTnGNf32J-Uiyad4dmihTJ5ubu0qgXsmCxunKWTGGG4xJTjOB5YdlRFEBrrq1PfxVyJHvSJwc9pIysLuolcWyiVtmjrIws-Qrif_WH8ubTN1mTNkB-yZ05Mr2BxT8N5BfV62Of3IO33MA88-UHAwNMG5tC4_lMRRNUGeilKKB2g2NX6CbMz6AJVaG4LZmz5MvR6SM_i78LUpSx4PGG5rh8zOyT_V6RtfS87AyWeGtMx7KOy_2H5OTVwTrHl5XFxGu75K7Mj_Mq2SyZilu_0X2TcZYuWCRGJTWNm9iECMwBjzch90YhS2nMXPHzuTXbq66rCBgYFyYLgtIsaXwEbGEo7rUQwMRn1l6ot1mp9GZOCdbNrhMHP1qZGGf3pVIrA/https%3A%2F%2Fdovetail.com%2Fdocs%2Fdspipes%2Fdsp-ref_fromdsn.html
https://secure-web.cisco.com/1Z-pQEz3QQ7THvcYOZ2vQbludJKoRKmFiWqJEnRSOj1YGkhKnICtDOLqzFrvgu57Us1pvZRaXQWikdH1oLopELx05SAkFDPficSnL8xPkRbVljiYTo2RtQY8MKtbCHcm1hHm27ofMYghd7T9d1S0-TGssIbwOepuSDGFH6CD4BuSF4OblyvmZFOkzIiaAumqbvuVb_LpxVNTAJbXGke4j2r_29_c-Fh4QRjlLILpQ-foNKLpYCvAk2bCLRk0Tl3Q6c1Hg7WcfF8Vz-4AIGmz1aH6gvR0P5C9uNMmEjAmYQruLkRVIa_SAksbXJyXyyWxVsKUtRkjn73HXHWH44xsKWIhVaTV76vt77xAbYBk97eMSHwPOve9DklbasgR6Ze2iwmESnLuPfLBvfjsajhjZzIG7LyA3BVCFwfSq5SR3RP8da9QQD0wTxsvtFABRDpq1/https%3A%2F%2Fdovetail.com%2Fdocs%2Fdspipes%2Fdsp-ref_todsn.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How many programs does it take to copy a UNIX file?

2019-10-31 Thread Charles Mills
And if you are a masochist, IEBGENER with //SYSUTn DD PATH=.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Kirk Wolf
Sent: Thursday, October 31, 2019 12:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How many programs does it take to copy a UNIX file?

Don't forget /bin/cp

Kirk Wolf
Dovetailed Technologies

PS> also the Co:Z "fromdsn" and "todsn" shell commands, which include
options for code page conversion, line terminators, padding, truncating,
wrapping, etc, etc.
https://dovetail.com/docs/dspipes/dsp-ref_fromdsn.html
https://dovetail.com/docs/dspipes/dsp-ref_todsn.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How many programs does it take to copy a UNIX file?

2019-10-31 Thread Kirk Wolf
Don't forget /bin/cp

Kirk Wolf
Dovetailed Technologies

PS> also the Co:Z "fromdsn" and "todsn" shell commands, which include
options for code page conversion, line terminators, padding, truncating,
wrapping, etc, etc.
https://dovetail.com/docs/dspipes/dsp-ref_fromdsn.html
https://dovetail.com/docs/dspipes/dsp-ref_todsn.html

On Thu, Oct 31, 2019 at 1:23 PM Charles Mills  wrote:

> OCOPY - Copy an MVS data set member or z/OS UNIX file to another member or
> file
> OGET - Copy z/OS UNIX files into an MVS data set
> OGETX - Copy z/OS UNIX files from a directory to an MVS PDS or PDSE
> OPUT - Copy an MVS data set member into a z/OS UNIX file
> OPUTX - Copy members from an MVS PDS or PDSE to a z/OS UNIX system
> directory
> BPXCOPY: Copying a sequential or partitioned data set or PDSE member into
> files
>
> Really?
>
> Charles
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


How many programs does it take to copy a UNIX file?

2019-10-31 Thread Charles Mills
OCOPY - Copy an MVS data set member or z/OS UNIX file to another member or
file
OGET - Copy z/OS UNIX files into an MVS data set
OGETX - Copy z/OS UNIX files from a directory to an MVS PDS or PDSE
OPUT - Copy an MVS data set member into a z/OS UNIX file
OPUTX - Copy members from an MVS PDS or PDSE to a z/OS UNIX system directory
BPXCOPY: Copying a sequential or partitioned data set or PDSE member into
files

Really?

Charles

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN